1
0
Fork 0
mirror of https://github.com/noerw/geo-dht synced 2025-06-30 17:00:19 +02:00
geo-dht/README.md
2016-03-06 18:04:27 -08:00

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}