mirror of
https://github.com/noerw/geo-dht
synced 2025-07-02 02:30:21 +02:00
11 lines
282 B
Bash
Executable file
11 lines
282 B
Bash
Executable file
# python app.py & | head -n1 | xargs python app.py
|
|
# python app.py > result.txt
|
|
|
|
# spawn 10 nodes
|
|
# load them with a random set of key value pairs
|
|
# take some nodes down
|
|
# see if we can get data back.
|
|
|
|
# implement after mvp:
|
|
# make messages dropped a param
|
|
# make a latency a param
|