Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 599 Bytes

btb - BitTorrent Bits

Minimial BitTorrent command line client written in pure C with minimal dependencies.

Dependencies

  • OpenSSL
  • pthread
  • curl
  • valgrind

How to compile, test and run

To compile and run the tests (with valgrind checks), cd into the root directory of the project and run

make

To download a torrent file, run

btb <file .torrent>

References