A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
complete-network-example.cc File Reference
#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"
Include dependency graph for complete-network-example.cc:

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.

Variable Documentation

◆ appPeriodSeconds

int appPeriodSeconds = 600

Duration (s) of the inter-transmission time of end devices.

Definition at line 36 of file complete-network-example.cc.

◆ nDevices

int nDevices = 200

Number of end device nodes to create.

Definition at line 27 of file complete-network-example.cc.

◆ nGateways

int nGateways = 1

Number of gateway nodes to create.

Definition at line 28 of file complete-network-example.cc.

◆ printBuildingInfo

bool printBuildingInfo = true

Whether to print building information.

Definition at line 39 of file complete-network-example.cc.

◆ radiusMeters

double radiusMeters = 6400

Radius (m) of the deployment.

Definition at line 29 of file complete-network-example.cc.

◆ realisticChannelModel

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.

◆ simulationTimeSeconds

double simulationTimeSeconds = 600

Scenario duration (s) in simulated time.

Definition at line 30 of file complete-network-example.cc.