Skip to content

A Repo for implementation of Chord Protocol using RPC with custom protocol

Notifications You must be signed in to change notification settings

Dhawgupta/Chord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord

Code containing the implementation of Chord protocol which manages a Distributed Hash Table (DHT). The implemetation can handle node join and unexpected node cuts in a decentralized manner.

The code works on Virtual machines or real machines connected to the same LAN network. Used XMLRPC calls for procedure execution.

This implementation is based on the following paper : https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1180543

The main file to lookout for is ChordRPC.py which can be run on indiviudual hosts.

About

A Repo for implementation of Chord Protocol using RPC with custom protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published