You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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}