copyninja / bt

A simple bittorrent client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple bittorrent client

License:Other


Languages

Language:C 95.3%Language:Makefile 4.7%