-
Notifications
You must be signed in to change notification settings - Fork 104
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
UDP Tracker Scrape #3
Comments
Hello, Adrien 2011/6/2 eremini <
|
Hi, Good to hear that you're interested. The oficial spec is located here: http://xbtt.sourceforge.net/udp_tracker_protocol.html Let me know if you need any other info, help or testing. Cheers. |
Thanks for the link, now i have to find some time to try implementing this |
Ok, i've just look deeper into some doc (the link you posted + http://www.rasterbar.com/products/libtorrent/udp_tracker_protocol.html) |
Yeah you're right I forgot you got to use sockets in this case, so I guess it gets more complicated :/ Example of UDP communication from php.net |
very interesting code: |
Ah nice, it's not as complicated as I thought, perhaps you can reuse some of his code in your way |
The easyest way to do it would be to implement some kind of a plugin system so a external scraper class (like mine) could be used. Some Dependency Injection stuff or so. But then there is the question if you want to extend your compact class to a bigger system? A torrent framework which can handle all torrent related tasks would be very useful. |
Sorry I still haven't done anything about that! I'm not using torrent very often, I just did that class for fun... |
I am willing to make a donation even if someone is willing to implement UDP scraping into this code! |
As soon as i got some time i'm willing to implement UDP scraping + DHT |
I guess no progress on this yet adriengibrat . I'd honestly be willing to donate to someone if they got this done by now, I simple don't have the time or the skill anymore. |
Hey adriangibrat! It would be great if you could add udp to your class. |
Updates? |
PR always welcome. I dont have time/motivation to do it, but i will happily review & merge. |
I added this using the scrapeer class, its in the changes/demo branch. 8cb60d8 |
I notice that at least some if not all of @darkalchemy 's commit has not made it to the master branch. Did this feature get implemented differently or is there something holding this up? |
Hi,
This is more of a feature request. Could you please consider making it possible to scrape a UDP tracker for numbers, as a lot of trackers seem to be switching to UDP only model (openbittorrent being the biggest one). Since you now use CURL this should be no problem.
Cheers.
The text was updated successfully, but these errors were encountered: