sat-trace-output-example.cc File Reference

Trace output example application based on CBR example for 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"
+ Include dependency graph for sat-trace-output-example.cc:

Go to the source code of this file.

Detailed Description

Trace output example application based on CBR example for satellite network.

Interval, packet size and test scenario can be given in command line as user argument. To see help for user arguments, execute the command

./waf –run "trace-output-example --PrintHelp"

This example application sends first packets from GW connected user to UT connected users and after that from UT connected user to GW connected user.

This example produces the following traces:

  • interference density trace
  • rx power density trace
  • fading trace
  • composite SINR

The output folder is: {NS-3-root-folder}/contrib/satellite/data/sims/example-trace-output/{scenario}

Definition in file sat-trace-output-example.cc.