bitlet
bitlet copied to clipboard
UDP tracker support
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
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