#include "ns3/buildings-module.h"#include "ns3/core-module.h"#include "ns3/lorawan-module.h"#include "ns3/mobility-helper.h"#include "ns3/point-to-point-helper.h"Go to the source code of this file.
Variables | |
| int | appPeriodSeconds = 600 |
| Duration (s) of the inter-transmission time of end devices. | |
| int | nDevices = 200 |
| Number of end device nodes to create. | |
| int | nGateways = 1 |
| Number of gateway nodes to create. | |
| bool | printBuildingInfo = true |
| Whether to print building information. | |
| double | radiusMeters = 6400 |
| Radius (m) of the deployment. | |
| bool | realisticChannelModel = false |
| Whether to use a more realistic channel model with Buildings and correlated shadowing. | |
| double | simulationTimeSeconds = 600 |
| Scenario duration (s) in simulated time. | |
| int appPeriodSeconds = 600 |
Duration (s) of the inter-transmission time of end devices.
Definition at line 36 of file complete-network-example.cc.
| int nDevices = 200 |
Number of end device nodes to create.
Definition at line 27 of file complete-network-example.cc.
| int nGateways = 1 |
Number of gateway nodes to create.
Definition at line 28 of file complete-network-example.cc.
| bool printBuildingInfo = true |
Whether to print building information.
Definition at line 39 of file complete-network-example.cc.
| double radiusMeters = 6400 |
Radius (m) of the deployment.
Definition at line 29 of file complete-network-example.cc.
| bool realisticChannelModel = false |
Whether to use a more realistic channel model with Buildings and correlated shadowing.
Definition at line 33 of file complete-network-example.cc.
| double simulationTimeSeconds = 600 |
Scenario duration (s) in simulated time.
Definition at line 30 of file complete-network-example.cc.