BitTorrent tracker proxy & cache
Find a file
mykola2312 59cf29c2ce begin working on HTTP tracker server. parse config.json for tracker
endpoints and create appropriate protocol servers
2024-11-03 00:07:03 +02:00
.mvn initial commit 2024-10-12 04:01:58 +03:00
.settings add json config parsing 2024-10-19 09:25:59 +03:00
src begin working on HTTP tracker server. parse config.json for tracker 2024-11-03 00:07:03 +02:00
test bencode decoding is complete and fully tested on real torrent files 2024-10-16 02:29:30 +03:00
.gitignore add json config parsing 2024-10-19 09:25:59 +03:00
LICENSE add license 2024-10-24 15:11:39 +03:00
notes.txt implement tracker url parsing, begin working on application thread 2024-11-02 22:54:40 +02:00
pom.xml implement tracker url parsing, begin working on application thread 2024-11-02 22:54:40 +02:00
README.md initial commit 2024-10-12 04:01:58 +03:00

retracker

BitTorrent announce proxy and cache.

Tracker that sends announces through proxies, forward proxies and/or redirects announce to another trackers as well.

Aimed to solve problem when tracker cannot be reached directly.