Java BitTorrent library [closed]
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.
Solution 1:
Turn's TTorrent is a pure Java bit torrent library.
Solution 2:
Snark by Three Rings is a very lightweight bitorrent library that will give you basic torrent features.
Was originally written by Mark Wielaard. A github source can be found here https://github.com/akerigan/born-again-snark
Solution 3:
I have created a Bitlet Fork on Github.
It's LGPLed, and it's running faster than ttorent.