Skip to content

Implementation of Chord(in C++)A fundamental problem that confronts peer-to-peer applications is the efficient location of the node that stores a desired data item. Chord is a distributed lookup protocol that addresses this problem

Notifications You must be signed in to change notification settings

rishabkr/Chord-Distributed-Hash-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord-Distributed-Hash-Table

Implementation of Chord(in C++)A fundamental problem that confronts peer-to-peer applications is the efficient location of the node that stores a desired data item. Chord is a distributed lookup protocol that addresses this problem Run Instructions Compile using : g++ -o Node Node.cpp -pthread -lcrypto Run file: ./Node Rest of the instructions are provided in the interface, as per a chord system

About

Implementation of Chord(in C++)A fundamental problem that confronts peer-to-peer applications is the efficient location of the node that stores a desired data item. Chord is a distributed lookup protocol that addresses this problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages