Skip to content

Files

Latest commit

ebda587 · Nov 14, 2020

History

History
8 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 445 Bytes

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