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.
|
feedback
|
|
Snark by Three Rings is a very lightweight bitorrent library that will give you basic torrent features. | |||||||||
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. | ||||
|
feedback
|
|
Quick Google Search: Snark | |||||
feedback
|
|
Azureus is written in Java - is most likely not "simple" but quite likely "decent" :) | |||||
feedback
|
|
beware Snark not support modern bittorrent like "compact" peer only. code need to customized. | |||
|
feedback
|
|
Transdroid and Transdroid-desktop are libraries for adroid, that can also be used in java to control existing torrent clients. | |||
|
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". | |||
|
feedback
|