https://github.com/wintercore/rustbittorrent
https://github.com/wintercore/rustbittorrent
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/rustbittorrent
- Owner: WinterCore
- Created: 2024-02-05T09:10:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T19:03:45.000Z (about 2 years ago)
- Last Synced: 2025-02-14T20:31:27.131Z (over 1 year ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Bittorrent client written from scratch in Rust
### References
- [How to make your own bittorrent client](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html#introduction)
- [RFC 7574](https://www.rfc-editor.org/rfc/rfc7574.txt)