mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-05-02 01:47:45 +00:00
First plot
This commit is contained in:
parent
a6e70544bb
commit
79ef212a8c
28 changed files with 305278 additions and 46324 deletions
|
@ -19,7 +19,7 @@ int main(int argc, char* argv[]){
|
|||
cmd.AddValue ("sensorsSendInterval", "Number of sensors measurement per second", sensorsFrequency);
|
||||
cmd.AddValue ("sensorsPktSize", "Sensors packet size (bytes)", sensorsPktSize);
|
||||
cmd.AddValue ("sensorsNumber", "Number of sensors connected to AP", sensorsNumber);
|
||||
cmd.AddValue ("nbHop", "Number of hop between AP and Cloud", sensorsNumber);
|
||||
cmd.AddValue ("nbHop", "Number of hop between AP and Cloud", nbHop);
|
||||
cmd.AddValue ("linksBandwidth", "Links bandwidth between AP and Cloud", linksBandwidth);
|
||||
cmd.AddValue ("linksLatency", "Links latency between AP and Cloud", linksLatency);
|
||||
cmd.Parse (argc, argv);
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue