Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcur/otdht
A BitTorrent DHT node implemented in Python
https://github.com/tomcur/otdht
Last synced: about 14 hours ago
JSON representation
A BitTorrent DHT node implemented in Python
- Host: GitHub
- URL: https://github.com/tomcur/otdht
- Owner: tomcur
- Created: 2016-02-14T21:53:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T12:33:42.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T02:25:44.133Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTDHT: A Python Implementation of the BitTorrent DHT
In development.
Requires Python 3.5, and packages `twisted` and `bencodepy`.
Working on:
* DHT Protocol:
http://www.bittorrent.org/beps/bep_0005.html
* Minor Extensions to the BitTorrent DHT:
http://www.pps.univ-paris-diderot.fr/~jch/software/bittorrent/bep-dht-minor-extensions.html
* DHT Scrape:
http://www.bittorrent.org/beps/bep_0033.htmlOptional:
* Dual-stacking:
http://www.bittorrent.org/beps/bep_0032.html