Skip to content

This repository implement a simple version of the CHORD algorithm.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mariolpantunes/chord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHORD (DHT)

This repository implement a simple version of the CHORD algorithm. The provided code already setups the ring network properly.

  1. Supports Node Joins
  2. Finds the correct successor for a node
  3. Run Stabilize periodically to correct the network

Running the example

Run in two different terminal:

DHT (setups a CHORD DHT):

$ python3 DHT.py

example (put and get objects from the DHT):

$ python3 example.py

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This repository implement a simple version of the CHORD algorithm.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages