#include "ns3/boolean.h"
#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/flow-monitor-helper.h"
#include "ns3/gnuplot.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-list-routing-helper.h"
#include "ns3/ipv4-static-routing-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/mobility-model.h"
#include "ns3/olsr-helper.h"
#include "ns3/on-off-helper.h"
#include "ns3/rectangle.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-helper.h"
Go to the source code of this file.
Classes | |
class | Experiment |
WiFi adhoc experiment class. More... | |
Functions | |
static std::string | PrintPosition (Ptr< Node > client, Ptr< Node > server) |
Print the position of two nodes. More... | |
$ ./ns3 run "wifi-multirate [Program Options]"
–packetSize
–totalTime
–samplingPeriod
–rtsThreshold
–rateManager
–outputFileName
–enableRouting
–enableMobility
–scenario
Definition in file wifi-multirate.cc.
Print the position of two nodes.
client | Client node. |
server | Server node. |
Definition at line 444 of file wifi-multirate.cc.
References ns3::Ipv4InterfaceAddress::GetAddress(), ns3::Node::GetDevice(), ns3::Ipv4InterfaceAddress::GetLocal(), and ns3::Object::GetObject().
Referenced by Experiment::ApplicationSetup().