fraidev / thunderstorm

Thunderstorm is a BitTorrent client written entirely in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thunderstorm

Thunderstorm is a BitTorrent client written entirely in Rust. This Project it's a rewrite of tornado in Rust.

Setup

Exemple of how to download a debian iso:

cargo run --release --bin cli debian-12.2.0-amd64-netinst.iso.torrent

Tests:

cargo test

Check sha256sum of the debian iso:

openssl dgst -sha256 debian-12.2.0-amd64-netinst.iso

Should be 23ab444503069d9ef681e3028016250289a33cc7bab079259b73100daee0af66 for this example.

About

Thunderstorm is a BitTorrent client written entirely in Rust.


Languages

Language:Rust 100.0%