bitlet icon indicating copy to clipboard operation
bitlet copied to clipboard

UDP tracker support

Open homik opened this issue 11 years ago • 1 comments

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

homik avatar Jan 13 '15 17:01 homik

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 avatar Jun 07 '15 15:06 abahgat