simple demo written to learn Kademlia
run kadsim.py with Python 2.7 and input commands
a simple tour
- use
new_rand
to add some random nodes - use
list
to list all nodes - use
node
to show detail of a node, including k-buckets - use
findn
to find node and check every step - use
del
to kill nodes, then use commands above to see what's changed - use
help
to get help