Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 383 Bytes

Bittrickle

A UDP bittorrent tracker in Rust, compliant with http://bittorrent.org/beps/bep_0015.html;

Features

The tracker is mostly just an MVP at this point. It supports the standard announce and scrape requests, but doesn't handle things like forgetting connection IDs after a certain time.

The implementation should be relatively fast, given how lightweight the code is.