Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 963
samulisoderlund Avatar asked Jun 03 '09 12:06

samulisoderlund


3 Answers

Turn's TTorrent is a pure Java bit torrent library.

like image 155
leonm Avatar answered Oct 19 '22 10:10

leonm


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

like image 20
jjnguy Avatar answered Oct 19 '22 08:10

jjnguy


I have created a Bitlet Fork on Github.

It's LGPLed, and it's running faster than ttorent.

like image 6
Toilal Avatar answered Oct 19 '22 10:10

Toilal