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

Additional information sent over an announce #70

Closed
aristeia opened this issue Apr 20, 2015 · 1 comment
Closed

Additional information sent over an announce #70

aristeia opened this issue Apr 20, 2015 · 1 comment

Comments

@aristeia
Copy link

I would like to run a tracker than can track additional torrent information (its name, etc.) rather than just its infohash. Looking over the source code for UDP requests and parsing them, I cannot find a straightforward way to just add an additional option to the UDP message, and have it converted to a string by the server. Where in the source code would you recommend that I check?

@feross
Copy link
Member

feross commented Apr 23, 2015

What is your goal in doing this? You can't necessarily trust the names that your clients provide. What is your plan if multiple clients report different names?

If your goal is to just find out what torrents are being tracked by the tracker, you can get access to the list of infohashes that are being tracked by the tracker. Then you can look up information about these infohashes by downloading the torrent metadata directly from the swarm, or using a third-party lookup API.

@feross feross closed this as completed Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants