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

UDP tracker support #6

Open
homik opened this issue Jan 13, 2015 · 1 comment
Open

UDP tracker support #6

homik opened this issue Jan 13, 2015 · 1 comment

Comments

@homik
Copy link

homik commented Jan 13, 2015

Hi

i tried tu use the library but it seems that it only supports http trackers.

When torrent has udp tracker then:

in method org.bitlet.wetorrent.Tracker.trackerRequest(Torrent, String)
line 68: URL trackerUrl = new URL(trackerUrlString);

will cause:
java.net.MalformedURLException: unknown protocol: udp

Maybe this will be helpfull:
http://stackoverflow.com/questions/15184376/torrent-related-tracker-response-on-udp-protocol-update-3-working

Best regards
Pawel

@abahgat
Copy link
Member

abahgat commented Jun 7, 2015

Hi Pawel,
UDP trackers are not currently supported: your link will be definitely be useful to whoever wants to give a try to implementing them.

Best regards,
Alessandro

@abahgat abahgat changed the title Udp trackers not work UDP tracker support Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants