udpt
v3.1.2
UDPT is a UDP based torrent tracker which fully implements BEP-15.
This project was written in Rust, it is a complete rewrite of a previous C/C++ UDPT project (which is still currently available in the v2.1
tag of the repository).
The easiest way is to get built binaries from Releases, but building from sources should be fairly easy as well:
git clone https://github.com/naim94a/udpt.git
cd udpt
cargo build --release
Please report any bugs you find to our issue tracker. Ideas and feature requests are welcome as well!
Any pull request targeting existing issues would be very much appreciated.
For a few reasons,
UDPT was originally developed for fun in 2012 by @naim94a.