Skip to content

BitTorrent client written in Rust

Notifications You must be signed in to change notification settings

ivanjermakov/biter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biter

BitTorrent client written in Rust

Features

Description BEP Status
BitTorrent Protocol BEP-3 1
DHT Protocol BEP-5 2
Metadata from peers and magnet URLs BEP-9 345
Extension Protocol BEP-10
uTorrent transport protocol BEP-29 🚧
UDP Tracker Protocol BEP-15
Holepunch extension BEP-55 🚧

Reference

Specs: https://www.bittorrent.org/beps

Footnotes

  1. no seeding, requesting only

  2. no routing, find_peers only

  3. no metadata seeding

  4. only reading info_hash from magnet

  5. v1 magnets only