diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-26 15:52:46 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-26 15:52:46 +0200 |
| commit | abe8eae55c5c51d0ce6626d243937e64f7ace51d (patch) | |
| tree | f368a1a0756b3be25d5819cca6b3203b4f6634ab /src/ns3/nix/simulator/main.cc | |
| parent | 5e3c82d06e7fa558bd8806fc9938271705280631 (diff) | |
Update simulator
Diffstat (limited to 'src/ns3/nix/simulator/main.cc')
| -rw-r--r-- | src/ns3/nix/simulator/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ns3/nix/simulator/main.cc b/src/ns3/nix/simulator/main.cc index 8857414..a8ec8cf 100644 --- a/src/ns3/nix/simulator/main.cc +++ b/src/ns3/nix/simulator/main.cc @@ -11,7 +11,7 @@ NS_LOG_COMPONENT_DEFINE ("WIFISensorsSimulator"); */ int main(int argc, char* argv[]){ - uint32_t sensorsFrequency=1; // One pkt every second + uint32_t sensorsFrequency=10; // 1 pkt every 10 seconds uint32_t sensorsPktSize=192; // 128 bits for sensors id and 32 bit for the temperature (an arbitrary Integer) and a timestamp (32bits) uint32_t sensorsNumber=5; uint32_t nbHop=10; |
