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.

link|improve this question

71% accept rate
feedback

7 Answers

up vote 10 down vote accepted

Snark by Three Rings is a very lightweight bitorrent library that will give you basic torrent features.

link|improve this answer
2  
"Snark is released under the GPL" (!) – Tim Dec 12 '09 at 15:22
The link to Snark is broken. – uckelman Oct 16 '10 at 11:53
@uckel, fixed the link. Thanks. The project must have moved. – jjnguy Oct 16 '10 at 14:59
feedback

Yes, Azureus gives you a plugin API. Using this API you can plug your code into Azureus. Start it inside your program, and listen/respond to its events.

link|improve this answer
feedback

Quick Google Search: Snark

link|improve this answer
Yeah. I found Snark all by myself too, but I had no idea if it was any good. – maisteri Jun 4 '09 at 8:44
@maisteri, mention such things - gives better answers – Thorbjørn Ravn Andersen Mar 29 '11 at 12:58
feedback

Azureus is written in Java - is most likely not "simple" but quite likely "decent" :)

link|improve this answer
3  
But is it a library - does it offer APIs that you can easily use in your own programs? – Jonik Jun 3 '09 at 13:37
feedback

beware Snark not support modern bittorrent like "compact" peer only. code need to customized.

link|improve this answer
feedback

Transdroid and Transdroid-desktop are libraries for adroid, that can also be used in java to control existing torrent clients.

link|improve this answer
feedback

Adding to answer from jjnguy : The code seems to be at http://code.google.com/p/snark/ and not in the repo pointed to in the link you've provided.

I've not used it, but a Google search showed up YAIRCC. Describes itself as "A lightweight Java Bittorrent library and client".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.