https://github.com/evuez/stork
:snake: A Python implementation of the BitTorrent protocol
https://github.com/evuez/stork
Last synced: 27 days ago
JSON representation
:snake: A Python implementation of the BitTorrent protocol
- Host: GitHub
- URL: https://github.com/evuez/stork
- Owner: evuez
- License: mit
- Created: 2016-11-18T11:17:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T11:24:40.000Z (over 8 years ago)
- Last Synced: 2024-10-19T17:30:18.497Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stork
A Python implementation of the BitTorrent protocol
It's a WIP, I'm not sure if I'll finish it some day.
I just wanted to learn more about the BitTorrent protocol and writing a small, incomplete implementation actually taught me a *lot*.