Skip to content

diganth1/ChordProtocol_Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChordProtocol_Golang

Implement Chord protocol and establish a scalable peer to peer system

  1. Execute the serverConfig3.txt file first with Server.go.
  2. Then serverConfig2.txt, serverConfig.txt, serverConfig4.txt, serverConfig5.txt respectively.
  3. Client.go can be given any of the server configuration files as its config file.
  4. All the requests are accepted from the client node.
  5. Please wait for minimum of (20*number of nodes) seconds for the chord ring to stabilize. Then you can send the request from the client.

About

Implement Chord protocol and establish a scalable peer to peer system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages