Skip to content
/ chord Public

A Implementation of the chord protocoll - Lightweight, Simple & IPv6 only

License

Notifications You must be signed in to change notification settings

crest42/chord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chord

A Implementation of the chord protocol - Lightweight, Simple & IPv6 only

This is just another implementation of the protocol described in the following great papers:

For Testing and example see: https://github.com/crest42/chord-testsuite

TODO:

  • cleanup
  • mutex or better solution for send and wait for message. Problem: If - for example - a put message is sent and the periodic thread send a whatever msg then we should have a race cond.

BUILD:

make all
Lib only: make lib
Tests: make test
Debug Output enabled: make debug

About

A Implementation of the chord protocoll - Lightweight, Simple & IPv6 only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published