mebhuva/DistributedHashTableChord
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
I have done this assignment in python with Apache thrift To complie and run my code please follow below steps:- 1. Fisrt of all create multiple server using ./server.sh "Any port number above 1000" 2. Then mention all the erver ip address and port number in the node.txt file 3. Then run chmod +x init 4. Then run ./init node.txt to initialize finger table list 5. Then Run Client bash script using ./client.sh ipaddress portnumber 6. Then run client with different server ipaddress and port number This code tested on Remote machine Name : Mehul Bhuva