Closed prabodh1194 closed 8 years ago
It's a node on the Kademlia network. More nodes = more good.
how do the nodes become aware of one another?
You tell a new node just starting up about at least one other node in the network, then it can find every other node from there.
So, I want to use this DHT and setup a simple data storage system. I have set three nodes in this system by running, server.tac on three individual nodes. How do I run programs to set and get key,value from this DHT?
Look at example.py
for a set/get example. If you have any other questions, please email me.
What is the use of standalone server in examples/server.tac?