Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of Seeders/Leechers #459

Closed
GuacheSuede opened this issue Oct 10, 2015 · 5 comments
Closed

Number of Seeders/Leechers #459

GuacheSuede opened this issue Oct 10, 2015 · 5 comments

Comments

@GuacheSuede
Copy link

@GuacheSuede GuacheSuede commented Oct 10, 2015

Hello Webtorrent,

how does one get total number of peers(seeders, leechers) without downloading ?

Cheers

@gillesdemey

This comment has been minimized.

Copy link
Contributor

@gillesdemey gillesdemey commented Oct 13, 2015

@GuacheSuede

This comment has been minimized.

Copy link
Author

@GuacheSuede GuacheSuede commented Oct 14, 2015

Hi Gillesdemy,

what about DHT and PEX, ?

I believe there are DHT, PEX and trackers ? correct me if i am wrong

Cheers

@gillesdemey

This comment has been minimized.

Copy link
Contributor

@gillesdemey gillesdemey commented Oct 14, 2015

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.
See https://github.com/Stefan-Code/peer-harvest/blob/master/peer-harvest.js#L305-L324

@GuacheSuede

This comment has been minimized.

Copy link
Author

@GuacheSuede GuacheSuede commented Oct 14, 2015

Ah neat, Thank you for the links.

El Psy Congroo

@rom1504

This comment has been minimized.

Copy link
Member

@rom1504 rom1504 commented Jan 7, 2016

duplicate of #298

@stale stale bot added the stale label May 3, 2018
@webtorrent webtorrent deleted a comment from stale bot May 4, 2018
@stale stale bot removed the stale label May 4, 2018
@feross feross closed this May 4, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.