DHT Chord Module in Python¶
Chord is a distributed hash table as described by Ion Stoica et al. in this paper. We provide a implementation in Python 3 developed for the course P2P Network Security at TU Munich.
For RPC calls the aiomas library is used which is based on AsyncIO.
Contents: