Tutorial example application guides how to build up different scenarios of satellite network. More...
#include "ns3/applications-module.h"
#include "ns3/config-store-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.
Tutorial example application guides how to build up different scenarios of satellite network.
It also guides how to configure the satellite network e.g. modifying attributes. Interval, packet size and test scenario can be given in command line as user argument. To see help for user arguments: execute command -> ./waf –run "sat-tutorial-example --PrintHelp"
Definition in file sat-tutorial-example.cc.