udpt/docs/src
2020-05-14 01:22:59 +03:00
..
api.md update docs 2020-05-14 01:22:59 +03:00
build.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
config.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
README.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
SUMMARY.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
tracking_modes.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
usage.md Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00

UDPT

UDPT is a lightweight torrent tracker that uses the UDP protocol for tracking and fully implements BEP-15. This project was developed with security & simplicity in mind, so it shouldn't be difficult to get a server started.

Unlike most HTTP torrent-trackers, you can save about 50% bandwidth using a UDP tracker.

Features

  • UDP tracking protocol
  • Simple TOML configuration
  • HTTP REST API
  • Logging
  • Choice to run in static or dynamic modes
  • Blacklist torrents using the REST API
  • Can be built/run on many platforms
  • (Re)written in Rust

Licenses

UDPT available under the MIT license.

About

Originally written in C++ by @naim94a in 2012 for fun.