mirror of
https://github.com/noerw/geo-dht
synced 2026-02-27 05:11:35 +01: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}