mirror of
https://github.com/noerw/geo-dht
synced 2025-07-01 01:00:23 +02:00
experimental distributed hashtable implementations with 2D topology
.gitignore | ||
app.py | ||
commands.py | ||
geohash32.py | ||
keyspace.py | ||
node.py | ||
randomLocation.py | ||
README.md | ||
test.sh |
To start the first Node in a DHT:
python app.py
To start a new node and join it to an existing DHT:
python app.py {entry_port}
...where entry port is a port on localhost with another running Node.
Valid commands:
GET {key}
PUT {key} {value}