Skip to content

adhinag1/chord_DHT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord Distributed Hash Table

Create a basic distributed hash table (DHT) with an architecture similar to the Chord system. I used Apache Thrift to communicate between peers.

Steps to run:

Run the initializer to fill the finger table for all the DHT nodes. Nodes should be stored in a text file and passed as argument to the init script.

Nodes should be stored in this format: : :

  1. chmod +x init (for permission to run the init script)
  2. ./init <file_name_where_nodes are stored>
  3. Run this "./server <port_arg>" script to start the server
  4. Run ./init <filename_arg> to populate the finger table to the hosts specified in the file passed as argument.
  5. Run the test script(client) to make RPC to the server.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published