Test the scalability of different routing protocols on line, grid and random tree topologies by measuring traffic. One ping is send from each node towards a sink node (with the lowest id). A ping is send every 200ms.
- for each topology of various sizes
- start Yggdrasil on each node
- wait 60 seconds
- send a ping from each node towards a sink node
- ~200ms between each ping
- record ping statistics and traffic
- continue at 1.
- 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