/tinytracker

A tiny BitTorrent tracker implementation

Primary LanguageRustMIT LicenseMIT

tinytracker

tinytracker provides a tokio-util codec for the BitTorrent UDP tracker protocol specified in BEP-0015.

Additionally tinytracker ships an implementation that always serves the same-preprogrammed peers for all requested info hashes.

Usage

Please see Dockerfile and docker-compose.yml for using the tinytracker sample implementation.