dfireBird / birdtorrent_rs

Implementation of BitTorrent protocol in Rust. The project is not currently actively developed, will resume later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

birdtorrent_rs

birdtorrent-rs simple bittorrent protocol implementation in Rust.

The Project is still in WIP and I currently not doing this project. I will restart this project later.

Table of Contents

Overview

Bittorrent is peer-to-peer file sharing protocol designed by Bram Cohen. This is project made to improve my understand in Rust and also learn more about implementing a protocol and using TCP.

TODO: How to use

[WIP]

References

Bittorent Specification

How does Bittorent work - Overview

Implementing BitTorrent using AsyncIO in Python

Torrent Files

Specification (Official Site)

Specification (Unofficial Site)

Sample Torrents

WebTorrent free torrent

Internet Archive

License

This projects uses a MIT license, which can be viewed here

About

Implementation of BitTorrent protocol in Rust. The project is not currently actively developed, will resume later.

License:MIT License


Languages

Language:Rust 100.0%