frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
444 stars 137 forks source link

Any way to query a tracker to get seeds / leeches count? #196

Closed dessalines closed 6 years ago

dessalines commented 6 years ago

Does JLibtorrent have any way to query a tracker to get the seeds/leeches count for a torrent / magnet link?

aldenml commented 6 years ago

If I remember correctly, not in the public API or in a direct way. You should ask in libtorrent, we are only a thin wrapper on top of it.