clacladev / basic-bittorrent-client-rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 98.9%Language:Shell 1.1%