Top "Bittorrent" questions

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

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.…

objective-c cocoa bittorrent
How do BitTorrent magnet links work?

For the first time I used a magnet link. Curious about how it works, I looked up the specs and …

bittorrent magnet-uri
Java BitTorrent library

Are there any decent BitTorrent libraries for Java? I need to program a simple torrent client, but it would be …

java bittorrent
How to write a simple Bittorrent application?

How to write a simple bittorrent application. Something like a "hello world" using a bittorrent library, I mean a simplest …

python c network-programming p2p bittorrent
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 …

c# .net bittorrent
Implementing Bittorrent Protocol

I am looking for a tutorial/blog post on how to implement bittorrent protocol step by step. How it works? …

protocols bittorrent
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 …

bittorrent dht
Where to find BitTorrent source code?

I have looked and looked and cannot seem to find this source code anywhere. Every link I find points to …

bittorrent
Python BitTorrent Library

Is there a Python BitTorrent library that just works? I need to tinker around with BitTorrent protocol for a research …

python bittorrent
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 …

python hash extract sha1 bittorrent