Experiment ExecutionΒΆ
runexp.py
takes a small number of arguments, with some required based on the values passed to
reserve.py
.
|
Number of sites in the topology |
|
Number of sensors per site |
|
Number of packets per second sent by each sensor |
|
Enable debug logging |
|
Only setup experiment, without running |
|
Duration to run sensors and NF in experiment |
runexp.py
must be passed information about the topology, as it cannot determine the values
without assistance. A typical run of the experiment for 30 seconds would be:
$ runexp.py --sites 2 --sensors 3 --run-time 30