Another example of CBR application usage in satellite network. More...
#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/satellite-module.h"
#include "ns3/traffic-module.h"
Go to the source code of this file.
Functions | |
static void | CrTraceCb (Time now, Mac48Address addr, Ptr< SatCrMessage > crMsg) |
Another example of CBR application usage in satellite network.
The scripts is using user defined scenario, which means that user can change the scenario size quite to be whatever between 1 and full scenario (72 beams). Currently it is configured to using only one beam. CBR application is sending packets in RTN link, i.e. from UT side to GW side. Packet trace is enabled by default. End user may change the number of UTs and end users from the command line.
execute command -> ./waf –run "sat-cbr-user-defined-example --PrintHelp"
Definition in file sat-cbr-user-defined-example.cc.
|
static |
Definition at line 51 of file sat-cbr-user-defined-example.cc.