This repository implement a simple version of the CHORD algorithm. The provided code already setups the ring network properly.
- Supports Node Joins
- Finds the correct successor for a node
- Run Stabilize periodically to correct the network
Run in two different terminal:
DHT (setups a CHORD DHT):
$ python3 DHT.py
example (put and get objects from the DHT):
$ python3 example.py
- Mário Antunes - mariolpantunes
This project is licensed under the MIT License - see the LICENSE.md file for details