BitTorrent

STorrent

STorrent is a BitTorrent implementation optimised for streaming (watch a video or listen to music without downloading).

BEP 32: IPv6 extensions to the BitTorrent DHT

BEP-32 extends the BitTorrent DHT to work over IPv6.

There are now quite a few implementations of BEP-32:

BitTorrent DHT

I am the author of the DHT library used by the Transmission, Shareaza and STorrent BitTorrent implementations.

You may get the last version by doing

git clone https://github.com/jech/dht.git

Released versions are in my download area.

BitTorrent DHT bootstrap node

This is a non-standard implementation of the DHT that is optimised for maximising variety of the returned nodes, and is therefore suitable for bootstrap nodes.

You may get the last version by doing

git clone https://github.com/jech/dht-bootstrap.git

Released versions are in my download area

µTP support for Transmission

I am the author of the µTP support in Transmission. This has been merged into the Transmission trunk, and is enabled by default.