Test nodes move around randomly and form new connections.
- create 50 nodes on a 1km x 1km area
- connect all nodes with increasing link length until 150 links are created
- start Yggdrasil on each node and wait 30 seconds
- for each <step_distance> in [50, 100, 150, 200, 250, 300, 350, 400] meters do 6 times:
- move nodes by <step_distance> in a random direction
- reconnect with increasing link length until 150 links are created
- wait 15 seconds
- send 200 pings between random pairs of nodes over a period of 2 seconds
- record ping statistics and traffic
- continue at 4.
- remove remaining
*.csv
files in this directory - execute
sudo ./run.py
to run the test (will take a long time). ./plot.sh
will create graphs using gnuplot