mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Where can I find a documentation for this library #254

Closed yassineakermi closed 3 years ago

yassineakermi commented 3 years ago

Hello I want to use this library but I couldn't find any documentation for it. How do you guys know how to use this library? I'm quite a noob and I want to implement my own torrent client. Thank you very much.

Dead-off commented 3 years ago

This library doesn't have good documentation. There is only an example in the readme file

mpetazzoni commented 3 years ago

The best examples are the implementations of the client, torrent generator and tracker themselves, available at https://github.com/mpetazzoni/ttorrent/tree/master/cli/src/main/java/com/turn/ttorrent/cli/