/bt

A simple bittorrent client

Primary LanguageCOtherNOASSERTION

A simple commandline bittorrent client.

Goals:

+ simple to maintain.
+ easy for others to understand the bittorrent protocol.
+ no external dependencies, if possible.

Status:

+ Implements the Bencode spec.
<https://wiki.theory.org/BitTorrentSpecification#Bencoding>

arg.h: This was originally part of the Plan9 system, adapted
       by the good folks of the suckless project.