Distributed Hash Table - CHORD Example
- Install
apt-get install python-virtualenv
- Create Environment
virtualenv env
env/bin/pip install -r requirements.txt
- Note: If VirtualEnv fails, run on the terminal
env/bin/pip install numpy termcolor zmq
First node
env/bin/python node.py <my_ip>:<port>
Otherwise
env/bin/python node.py <my_ip>:<port> <other_node_ip>:<port>
python node.py <my_ip>:<port> <some_node_ring>:<port>