1
0
Fork 0
mirror of https://github.com/noerw/geo-dht synced 2025-07-01 01:00:23 +02:00
experimental distributed hashtable implementations with 2D topology
Find a file
2019-09-16 16:17:20 +02:00
.gitignore Begin to transform to kademlia 2019-08-07 17:54:47 +02:00
app.py Restructure JOIN process 2019-09-13 15:31:13 +02:00
commands.py wip 2016-03-14 08:20:52 -07:00
geohash32.py Begin to transform to kademlia 2019-08-07 17:54:47 +02:00
keyspace.py Revert "change to sha1 after first exploration" 2019-07-31 11:29:44 +02:00
node.py Finished set neighbours 2019-09-16 16:17:20 +02:00
randomLocation.py Begin to transform to kademlia 2019-08-07 17:54:47 +02:00
README.md Clean up README. 2016-03-06 18:04:27 -08:00
test.sh WIP 2016-09-15 08:16:33 -07:00

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}