Skip to content

chord-dht/chord-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chord-client

This project is a distributed hash table (DHT) client named chord-client.

Wiki

https://github.com/chord-dht/chord-client/wiki

Release

https://github.com/chord-dht/chord-client/releases

Compile

Download and unzip the dist from: https://github.com/chord-dht/chord-frontend/releases

REPO="chord-dht/chord-frontend"
LATEST_RELEASE=$(curl -s https://api.github.com/repos/$REPO/releases/latest | grep "browser_download_url.*dist.tar.gz" | cut -d '"' -f 4)
curl -L -o dist.tar.gz $LATEST_RELEASE
tar -xzf dist.tar.gz

go build

./chord-client

Interface

new node create


new node join


state


file

Packages

 
 
 

Contributors

Languages