Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 384 Bytes

Basic BitTorrent Client in Rust

This is a basic BitTorrent client implementation in Rust. It supports single file download. This is a small research project.

How to run

  1. Ensure you have cargo (1.70) installed locally
  2. In the terminal run ./your_bittorrent.sh download -o output_dir target.torrent to start a download

How to test

Run cargo test to run the tests