Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNumber of Seeders/Leechers #459
Comments
This comment has been minimized.
This comment has been minimized.
|
You can do this by "scraping" a tracker, see https://wiki.vuze.com/w/Scrape. You can use https://github.com/feross/bittorrent-tracker as a client (see https://github.com/feross/bittorrent-tracker#client). |
This comment has been minimized.
This comment has been minimized.
|
Hi Gillesdemy, what about DHT and PEX, ? I believe there are DHT, PEX and trackers ? correct me if i am wrong Cheers |
This comment has been minimized.
This comment has been minimized.
|
There's a project that harvests IP addresses of peers https://github.com/Stefan-Code/peer-harvest that uses PEX and DHT. DHT works very differently from regular trackers, there's a great presentation on crawling the DHT: https://www.defcon.org/images/defcon-18/dc-18-presentations/Wolchok/DEFCON-18-Wolchok-Crawling-Bittorrent-DHTS.pdf For PEX, you can listen for new peers and keep track of a unique map of connected peers to the swarm. |
This comment has been minimized.
This comment has been minimized.
|
Ah neat, Thank you for the links. El Psy Congroo |
This comment has been minimized.
This comment has been minimized.
|
duplicate of #298 |
Hello Webtorrent,
how does one get total number of peers(seeders, leechers) without downloading ?
Cheers