Tagged Questions

BitTorrent is a peer-to-peer file-sharing protocol.

learn more… | top users | synonyms

31
votes
6answers
51k views

Convert NSData bytes to NSString?

I'm trying to use the BEncoding ObjC class to decode a .torrent file. NSData *rawdata = [NSData dataWithContentsOfFile:@"/path/to/the.torrent"]; NSData *torrent = [BEncoding ...
18
votes
7answers
5k views

Java BitTorrent library

Are there any decent BitTorrent libraries for Java? I need to program a simple torrent client, but it would be great if I didn't have to write everything from scratch.
16
votes
4answers
9k views

A BitTorrent client completely written in C#?

Is there a BitTorrent client written completely (I mean completely) written in C# ? I am aware of the BitTorrent clients written in mono, I absolutely love it. Are there any other opensource ...
10
votes
4answers
3k views

How does a DHT in a Bittorent client get “bootstrapped”?

If I have a torrent w/o any trackers in it, and I just started a bittorent client so I have no peers yet...how do I know who to first connect with in the DHT? It seems like I would have to know at ...
9
votes
2answers
1k views

Python BitTorrent Library

Is there a Python BitTorrent library that just works? I need to tinker around with BitTorrent protocol for a research project and I don't want to reinvent the wheel and write my own implementation of ...
9
votes
7answers
813 views

Check if URL is a torrent in C# .NET

What's the best way for me to take url like: http://foobar.com/foo.torrent and check if that really is a torrent, not a html page or something else funny. Suggestions? Thank you :)
7
votes
2answers
304 views

What is the optimal number of nodes in a BitTorrent swarm?

What is the optimal number of nodes in a BitTorrent swarm? I think that there is a mathematical way to express the most efficient number of nodes. To be honest I have a problem with just having an ...
7
votes
3answers
3k views

Python Torrent Library

Does anyone know of an existing python library that I can use for working with / downloading torrent files? I am working with a project where I need to download torrent files, and I would like to not ...
7
votes
3answers
3k views

Extract the SHA1 hash from a torrent file

I've had a look around for the answer to this, but I only seem to be able to find software that does it for you. Does anybody know how to go about doing this in python?
7
votes
6answers
2k views

Implementing Bittorrent Protocol

I am looking for a tutorial/blog post on how to implement bittorrent protocol step by step. How it works? How do you make requests to peers? and talk to trackers. I do not mind the programming ...
7
votes
4answers
3k views

PHP Module for reading torrent files

Is there a PHP module that you can use to programmatically read a torrent to find out information about it, Seeders for instance?
6
votes
2answers
224 views

What does BitTorrent and Gnutella uses for bypassing NAT when transfering files?

I´m trying to do a p2p file sharing proto/software in Java. I am interested in learning using socket so, no I will not use JXTA or any kind of API. I read about TCP hole punching, and it may not work ...
6
votes
2answers
273 views

Do you know Python libs to send / receive files using Bittorent?

I have bigs files to move to a lot of servers. For now we use rsync, but I would like to experiment with bittorent. I'm studing the code of Deluge, a Python bittorent client but it uses twisted and ...
5
votes
3answers
138 views

Using the bittorrent protocol to distribute nightly and CI builds

This questions continues from what I learnt from my question yesterday titled using git to distribute nightly builds. In the answers to the above questions it was clear that git would not suit my ...
5
votes
3answers
456 views

Is there any libtorrent for C#?

Is there any bittorrent protocol implementation for C#?
5
votes
1answer
694 views

Understanding the Bittorrent Protocol

I am looking for some books, tutorial sites . I want to understand how Bittorrent protocol works and later to implement my own tracker . I don't have a big knowledge in network protocols so I am ...
5
votes
3answers
2k views

Reading the fileset from a torrent

I want to (quickly) put a program/script together to read the fileset from a .torrent file. I want to then use that set to delete any files from a specific directory that do not belong to the torrent. ...
5
votes
10answers
1k views

'Looser' typing in C# by casting down the inheritance tree

The question I want to ask is thus: Is casting down the inheritance tree (ie. towards a more specialiased class) from inside an abstract class excusable, or even a good thing, or is it always a poor ...
4
votes
1answer
84 views

Can a torrent client run with 4KB of RAM? [closed]

On a microchip. Is it possible to run a torrent client with only 4KB of RAM? I'm talking about a really optimized version.
4
votes
1answer
756 views

Sending scrape request for getting torrent's seeds and peers!

I have been trying to create a torrent site but I'm stuck with this! How to send torrent scrape request to get its seeder and leechers? I want a php based script. I have a php class function that ...
4
votes
1answer
243 views

Determining the fastest BitTorrent peer connection

How does one determine which peer you are connected to has the fastest connection(upload rate)? Does the actual connection of the peer dominate who is fastest or will the peer who needs the most ...
4
votes
2answers
206 views

Good BitTorrent libraries in .NET?

I'm looking to write an application that uses the BitTorrent protocol to do some file distribution. Said application will be written in C#. Ideally I'm hoping not to have to implement the protocol if ...
4
votes
1answer
121 views

Bittorrent: Where do IP addresses come into picture?

I am reading about the Bittorrent protocol and couldn't find this mentioned on the Wiki page. I could understand the role of trackers and publishers but from a practical perspective, I tried ...
4
votes
2answers
2k views

How can I generate a .torrent in Java?

I want to generate a .torrent file in Java, but I don't want a big API that does anything like scraping trackers, seeding, etc. This is just for a client that generates meta data. What lightweight ...
4
votes
6answers
1k views

wget-like bittorrent client or library? [closed]

Is there any bittorrent client or (Java|Python|Ruby|Perl) library that I can use like wget or curl? I would like to use simply as a step in a script, like you would use wget. EDIT: Sorry, I should ...
3
votes
2answers
550 views

Problem creating info hash of torrent file

I'm creating a BitTorrent site. If a user uploads a .torrent file I need to get the info hash to get more info from the tracker. However I cannot seem to get the correct info hash from the file. ...
3
votes
3answers
288 views

Extract the hash from Torrent File in ruby

I was hoping to extract the hash identifier for a torrent file. Particularly, I'm looking for the same hash that shows up in Transmission/uTorrent upon opening up a torrent info dialogue (It looks ...
3
votes
2answers
385 views

Open source torrent client in C#

I'm looking for an open source implementation of a torrent client written in C#. I found some old posts on this site as well as online, but I wasn't able to see anything that works as of now. Any ...
3
votes
2answers
743 views

Parsing a torrent file - hash info. (Erlang)

I'm trying to come up with the correct url-encoded info hash to send to the tracker in order to get the peers list. For testing, I tried parsing the torrent in the following url: ...
3
votes
4answers
1k views

How to convert torrent info hash for scrape?

I have a torrent hash from the magnet link. For example: fda164e7af470f83ea699a529845a9353cc26576 When I try to get information about leechers and peers I should request: ...
3
votes
3answers
594 views

How To Know the number of seeds/peers for a torrent in PHP

Hi my question is that when you place a .torrent file for download in your website,how can you get the number of Seeds & Peers ,... for that torrent and inform the user of them?
3
votes
3answers
317 views

How do torrents work?

Can anyone explain to me or find me an article online, explaining in technical details how torrents work, which technology is used in creating?
3
votes
4answers
859 views

Adobe Air - BitTorrent?

Has anyone had any experience using Adobe Air to create BitTorrent application? Is there presently any reference on this? Please provide as much information as possible.
3
votes
1answer
1k views

Bittorrent Peer Wire Protocol implementing in Java

I have a couple of questions regarding the Bittorrent Peer Wire Protocol. I am trying to implement it in Java using this spec. In Peer Wire Protocol section it says that all integers are four byte ...
3
votes
8answers
680 views

Why isn't bittorrent more widespread?

I suppose this question is a variation on a theme, but different. Torrents will never replace HTTP, or even FTP download options. This said, why aren't there torrent links next to those options on ...
2
votes
0answers
79 views

What to use for torrents downloading with Java?

I know that there is Vuze API and jBitTorrent library but I can't use Vuze because of I have server without GUI and jBitTorrent is too old and too buggy. Can you tell me that bittorrent library for ...
2
votes
1answer
217 views

Torrent DHT udp

Im trying to get access to a Torrent DHT network, and im having a hard time figuring out howto get access to the "entry" node in DHT. How does a DHT in a Bittorent client get ...
2
votes
1answer
203 views

Ruby BitTorrent Library

I am thinking of writing customized torrent client in ruby. I found the following libraries (which are pretty old as Matt pointed out bellow). However i would like to hear about any library that i ...
2
votes
2answers
522 views

Open torrent file in uTorrent with C#

I am creating a windows service in C# .net. In the service i have a FileSystemWatcher that checks a directory (which is in my dropbox) for the create event for files. No problems so far. The idea is ...
2
votes
1answer
83 views

Block handling in bittorent

For the work I am currently doing I need similar functionality as Bittorrent, only difference is I need to do some sort of extra analysis on every block received by client from peers. Though I am ...
2
votes
1answer
190 views

Bittorrent up-to-date library written in python

Is there any up-to-date bittorrent library which is written in python and can be used on windows to write client? Some time ago bitcomet was written in python and it was ok. Any alternatives? And ...
2
votes
3answers
354 views

Bittorrent tracker request, format of info_hash

When I want to send an initial request to a tracker all references I've seen says it needs to be url-encoded. If I transform the SHA-1 hash I have of the info key into a hex string, why would I need ...
2
votes
3answers
558 views

Is there a Ruby on Rails based torrent tracker?

I'm looking for a torrent tracker written in Ruby on Rails (TBDev.net style or so). Is there a ready made package? Another option: Is there a robust torrent tracker software that can act as a backend ...
2
votes
2answers
222 views

Python-based Torrent Server

Are there any implementations of something like torrage.com torrent-hosting created in Python?
2
votes
1answer
238 views

MonoTorrent to distribute software

Just wondering of what people think of using MonoTorrent and the torrent protocol as the core part of an installer.... Essentially I am creating an installer which has the following requirements: ...
2
votes
1answer
585 views

A decent java bittorrent library

I need a bittorrent library for java that works properly I tried Snark,but it's more of a bittorrent program than a library Tried to use the jar,but couldn't know what to do with it in netbeans I ...
2
votes
1answer
231 views

How To Communicate with Trackers and Get The Peers List? [closed]

can any one tell me How To Communicate with Trackers and Get The Peers List ? with any example...
2
votes
1answer
844 views

Generate info_hash of torrent for xbtt

I am trying to create my own torrent tracker but dont know how to generate info_hash that is used xbtt to track torrents. Is this possible with php? I am using this function to bencode and decode ...
2
votes
1answer
205 views

How to collect statistics from a bittorrent swarm?

I want to collect statistics from the spreading of a file in a new bittorrent swarm without actually downloading anything (or as little as possible). I need to know which peer has which pieces (to ...
2
votes
1answer
1k views

How does Torrentz.com find different trackers for same torrent?

I want to know the logic behind such comparison. Same is being done by BtReannouncer.net Do the torrents have similar hash or do they compare it by size and name? Most torrents on piratebay do not ...

1 2 3 4