You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
3
+
<code>
3
4
Run Instructions
4
5
Compile using : g++ -o Node Node.cpp -pthread -lcrypto
5
6
Run file: ./Node
6
7
Rest of the instructions are provided in the interface, as per a chord system
0 commit comments