Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.html

Optional:

* Dual-stacking:
http://www.bittorrent.org/beps/bep_0032.html