/basic-bittorrent-client-rust

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

Primary LanguageRust

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