mirror of
https://github.com/noerw/geo-dht
synced 2026-03-14 15:39:58 +01:00
261 B
261 B
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}