40 #include "ns3/core-module.h"
41 #include "ns3/network-module.h"
42 #include "ns3/mobility-module.h"
43 #include "ns3/stats-module.h"
44 #include "ns3/applications-module.h"
63 m_slotTime (Seconds (0.2)),
64 m_simTime (Seconds (1000)),
65 m_gnudatfile (
"uan-cw-example.gpl"),
66 m_asciitracefile (
"uan-cw-example.asc"),
67 m_bhCfgFile (
"uan-apps/dat/default.cfg")
84 double avgThroughput = 0.0;
85 for (uint32_t i=0; i<
m_avgs; i++)
95 SeedManager::SetRun (SeedManager::GetRun () + 1);
97 NS_LOG_DEBUG (
"Average for cw=" << cw <<
" over " << m_avgs <<
" runs: " << avgThroughput);
106 for (; it != nodes.
End (); it++)
118 while ((packet = socket->
Recv ()))
138 #ifdef UAN_PROP_BH_INSTALLED
142 #endif //UAN_PROP_BH_INSTALLED
165 minr = std::min (minr, newr);
169 NS_LOG_DEBUG (
"Mean range from gateway: " << rsum / m_numNodes
170 <<
" min. range " << minr);
192 apps.
Start (Seconds (0.5));
193 Time nextEvent = Seconds (0.5);
199 for (uint32_t an = 0; an <
m_avgs; an++)
210 TypeId psfid = TypeId::LookupByName (
"ns3::PacketSocketFactory");
216 Ptr<Socket> sinkSocket = Socket::CreateSocket (sinkNode, psfid);
217 sinkSocket->
Bind (socket);
223 if (!ascii.is_open ())
236 for (uint32_t i=0; i < nc.
GetN (); i++)
240 for (uint32_t i=0; i < sink.
GetN (); i++)
245 for (uint32_t i=0; i < devices.GetN (); i++)
249 for (uint32_t i=0; i < sinkdev.
GetN (); i++)
254 Simulator::Destroy ();
267 std::string gnudatfile (
"cwexpgnuout.dat");
268 std::string perModel =
"ns3::UanPhyPerGenDefault";
269 std::string sinrModel =
"ns3::UanPhyCalcSinrDefault";
273 cmd.
AddValue (
"Depth",
"Depth of transmitting and sink nodes", exp.
m_depth);
280 cmd.
AddValue (
"Averages",
"Number of topologies to test for each cw point", exp.
m_avgs);
282 cmd.
AddValue (
"PerModel",
"PER model name", perModel);
283 cmd.
AddValue (
"SinrModel",
"SINR model name", sinrModel);
284 cmd.
Parse (argc, argv);
294 mode = UanTxModeFactory::CreateMode (UanTxMode::FSK, exp.
m_dataRate,
301 uan.SetPhy (
"ns3::UanPhyGen",
304 "SupportedModes", UanModesListValue (myModes));
Helper class for UAN CW MAC example.
holds a vector of ns3::Application pointers.
keep track of time values and allow control of global simulation resolution
Vector GetPosition(Ptr< Node > node)
Class to represent a 2D points plot. Set the line or points style using SetStyle() and set points usi...
std::vector< Ptr< Node > >::const_iterator Iterator
hold variables of type string
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr<NetDevice> stored in this container at a given index.
an address for a packet socket
#define NS_ASSERT(condition)
void SetTypeId(TypeId tid)
uint32_t GetSize(void) const
void IncrementCw(uint32_t cw)
void AddDataset(const GnuplotDataset &dataset)
Iterator End(void) const
Get an iterator which indicates past-the-last Node in the container.
Container for UanTxModes.
void Set(std::string path, const AttributeValue &value)
void ReceivePacket(Ptr< Socket > socket)
Object to create transport layer instances that provide a socket API to applications.
A helper to make it easier to instantiate an ns3::OnOffApplication on a set of nodes.
Give ns3::PacketSocket powers to ns3::Node.
void SetSingleDevice(uint32_t device)
#define NS_FATAL_ERROR(msg)
fatal error handling
a polymophic address class
uint32_t GetN(void) const
Get the number of Ptr<Node> stored in this container.
uint32_t GetN(void) const
Get the number of Ptr<NetDevice> stored in this container.
Keep track of the current position and velocity of an object.
double GetSeconds(void) const
void Install(Ptr< Node > node) const
"Layout" a single node according to the current position allocator type.
a simple class to generate gnuplot-ready plotting commands from a set of datasets.
void SetMac(std::string type, std::string n0="", const AttributeValue &v0=EmptyAttributeValue(), std::string n1="", const AttributeValue &v1=EmptyAttributeValue(), std::string n2="", const AttributeValue &v2=EmptyAttributeValue(), std::string n3="", const AttributeValue &v3=EmptyAttributeValue(), std::string n4="", const AttributeValue &v4=EmptyAttributeValue(), std::string n5="", const AttributeValue &v5=EmptyAttributeValue(), std::string n6="", const AttributeValue &v6=EmptyAttributeValue(), std::string n7="", const AttributeValue &v7=EmptyAttributeValue())
hold objects of type ns3::Time
Ptr< Object > Create(void) const
Hold an unsigned integer type.
Gnuplot2dDataset Run(const WifiHelper &wifi, const YansWifiPhyHelper &wifiPhy, const NqosWifiMacHelper &wifiMac, const YansWifiChannelHelper &wifiChannel, const MobilityHelper &mobility)
Abstraction of packet modulation information.
holds a vector of ns3::NetDevice pointers
Callback< R > MakeCallback(R(T::*memPtr)(void), OBJ objPtr)
void GenerateOutput(std::ostream &os)
Writes gnuplot commands and data values to a single output stream.
void Add(double x, double y)
void SetRecvCallback(Callback< void, Ptr< Socket > >)
Notify application when new data is available to be read.
std::vector< double > m_throughputs
void Start(Time start)
Arrange for all of the Applications in this container to Start() at the Time given as a parameter...
void AggregateObject(Ptr< Object > other)
Parse command-line arguments.
virtual int Bind(const Address &address)=0
Allocate a local endpoint for this socket.
void SetPhysicalAddress(const Address address)
std::string m_asciitracefile
keep track of a set of node pointers.
hold objects of type Ptr<T>
virtual Ptr< Packet > Recv(uint32_t maxSize, uint32_t flags)=0
Read data from the socket.
Iterator Begin(void) const
Get an iterator which refers to the first Node in the container.
void SetMobilityModel(std::string type, std::string n1="", const AttributeValue &v1=EmptyAttributeValue(), std::string n2="", const AttributeValue &v2=EmptyAttributeValue(), std::string n3="", const AttributeValue &v3=EmptyAttributeValue(), std::string n4="", const AttributeValue &v4=EmptyAttributeValue(), std::string n5="", const AttributeValue &v5=EmptyAttributeValue(), std::string n6="", const AttributeValue &v6=EmptyAttributeValue(), std::string n7="", const AttributeValue &v7=EmptyAttributeValue(), std::string n8="", const AttributeValue &v8=EmptyAttributeValue(), std::string n9="", const AttributeValue &v9=EmptyAttributeValue())
void Install(Ptr< Node > node) const
static void EnableAsciiAll(std::ostream &os)
void SetPosition(const Vector &position)
Helper class used to assign positions and mobility models to nodes.
instantiate subclasses of ns3::Object.
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter...
NS_LOG_COMPONENT_DEFINE("PacketLossCounter")
int main(int argc, char *argv[])
hold objects of type ns3::DataRate
void AddValue(const std::string &name, const std::string &help, T &value)
Time Now(void)
create an ns3::Time instance which contains the current simulation time.
Ptr< Node > Get(uint32_t i) const
Get the Ptr<Node> stored in this container at a given index.
#define NS_LOG_DEBUG(msg)
void AppendMode(UanTxMode mode)
void SetProtocol(uint16_t protocol)
void Parse(int argc, char *argv[])
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
void SetPositionAllocator(Ptr< PositionAllocator > allocator)
NetDeviceContainer Install(NodeContainer c) const
void UpdatePositions(NodeContainer &nodes)
Ptr< T > GetObject(void) const
ApplicationContainer Install(NodeContainer c) const
a unique identifier for an interface.
void SetAttribute(std::string name, const AttributeValue &value)
void LogComponentEnable(char const *name, enum LogLevel level)