You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eater c7cc7ff9ed | 4 years ago | |
---|---|---|
torment-bencode | 4 years ago | |
torment-cli | 4 years ago | |
torment-core | 4 years ago | |
torment-daemon | 4 years ago | |
torment-dht | 4 years ago | |
torment-dht-node | 4 years ago | |
torment-manager | 4 years ago | |
torment-peer | 4 years ago | |
torment-storage | 4 years ago | |
torment-tracker | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
README.md | 4 years ago |
README.md
eater's Torment
A torrent client
It's written in Rust, that's the only selling point really
Slightly important
Torment uses eT
as peer id prefix, in both DHT and BitTorrent traffic, DHT uses eT<major u8><minor u8>
and BitTorrent will use eT<2 char ASCII major><2 char ASCII minor><2 char ASCII patch>
, I assume 96 bits will be enough to differentiate the 3 users that will be using Torment