55 #include "ns3/core-module.h"
56 #include "ns3/network-module.h"
57 #include "ns3/applications-module.h"
58 #include "ns3/mobility-module.h"
60 #include "ns3/config.h"
61 #include "ns3/callback.h"
62 #include "ns3/stats-module.h"
82 m_sifs (Seconds (0.05)),
83 m_simTime (Seconds (5000)),
84 m_gnuplotfile (
"uan-rc-example.gpl"),
93 while ((packet = socket->
Recv ()))
106 std::ostringstream buf;
107 buf << name <<
" " << kass;
115 fcmode = (uint32_t)((-((
double)
m_totalRate ) + (
double) bw)/2.0 + (
double) fc);
121 mode = UanTxModeFactory::CreateMode (UanTxMode::OTHER,
142 for (uint32_t i=m_numRates; i > 0; i--)
170 uan.
SetPhy (
"ns3::UanPhyDual",
174 uan.
SetMac (
"ns3::UanMacRcGw",
187 uan.
SetMac (
"ns3::UanMacRc",
202 for (uint32_t i=0; i<nNodes; i++)
204 double theta = utheta->GetValue (0, 2.0*M_PI);
236 apps.
Start (Seconds (0.5));
240 TypeId psfid = TypeId::LookupByName (
"ns3::PacketSocketFactory");
242 Ptr<Socket> sinkSocket = Socket::CreateSocket (sinkNode, psfid);
243 sinkSocket->
Bind (socket);
246 Simulator::Stop (
m_simTime + Seconds (0.6));
248 Simulator::Destroy ();
262 cmd.
AddValue (
"NumberRates",
"Number of divided rates ( (NumberRates+1)%TotalRate should be 0)", exp.
m_numRates);
263 cmd.
AddValue (
"MaxRange",
"Maximum range between gateway and acoustic node", exp.
m_maxRange);
264 cmd.
AddValue (
"SimMin",
"Minimum parameter to test (nodes if DoNode=1, \"a\" param otherwise)", exp.
m_simMin);
265 cmd.
AddValue (
"SimMax",
"Maximum parameter to test (nodes if DoNode=1, \"a\" param otherwise)", exp.
m_simMax);
268 cmd.
AddValue (
"NumberNodes",
"Number of nodes (invalid for doNode=1)", exp.
m_numNodes);
272 cmd.
AddValue (
"DoNode",
"1 for do max nodes simulation (invalidates AMin and AMax values)", exp.
m_doNode);
273 cmd.
Parse (argc, argv);
284 uint32_t bytesRx = exp.
Run (param);
285 NS_LOG_DEBUG (
"param=" << param <<
": Received " << bytesRx <<
" bytes at sink");
289 ds.
Add (param, util);
291 SeedManager::SetRun (SeedManager::GetRun () + 1);
UAN configuration helper.
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
uint32_t m_bytesTotal
Total bytes received.
UanModesList m_controlModes
List of UanTxModes used for control channels.
NS_LOG_COMPONENT_DEFINE("GrantedTimeWindowMpiInterface")
Class to represent a 2D points plot.
hold variables of type string
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr stored in this container at a given index.
an address for a packet socket
int main(int argc, char *argv[])
uint32_t GetSize(void) const
void AddDataset(const GnuplotDataset &dataset)
void ReceivePacket(Ptr< Socket > socket)
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
Time m_sifs
SIFS time duration.
std::string m_gnuplotfile
Filename for GnuPlot.
double GetSeconds(void) const
UanModesList m_dataModes
List of UanTxModes used for data channels.
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())
Set MAC attributes.
hold objects of type ns3::Time
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.
uint32_t m_totalRate
Total channel capacity.
void Start(Time start)
Arrange for all of the Applications in this container to Start() at the Time given as a parameter...
Parse command-line arguments.
Time m_simTime
Simulation run time, default 1000 s.
virtual int Bind(const Address &address)=0
Allocate a local endpoint for this socket.
void SetPhysicalAddress(const Address address)
keep track of a set of node pointers.
virtual Ptr< Packet > Recv(uint32_t maxSize, uint32_t flags)=0
Read data from the socket.
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())
uint32_t m_simMin
Minimum parameter to test.
void Install(Ptr< Node > node) const
Aggregate an instance of a ns3::PacketSocketFactory onto the provided node.
void CreateDualModes(uint32_t fc)
Create m_numRates matching control and data modes.
UanTxMode CreateMode(uint32_t kass, uint32_t fc, bool upperblock, std::string name)
Create a UanTxMode.
uint32_t m_pktSize
Packet size in bytes.
Helper class used to assign positions and mobility models to nodes.
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter...
uint32_t m_simMax
Maximum parameter to test.
hold objects of type ns3::DataRate
void AddValue(const std::string &name, const std::string &help, T &value)
Add a program argument, assigning to POD.
#define NS_LOG_DEBUG(msg)
void AppendMode(UanTxMode mode)
Add mode to this list.
void SetProtocol(uint16_t protocol)
uint32_t m_numRates
Number of divided rates ( (NumberRates+1)TotalRate should be 0).
void Parse(int argc, char *argv[])
Parse the program arguments.
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
void SetPositionAllocator(Ptr< PositionAllocator > allocator)
Set the position allocator which will be used to allocate the initial position of every node initiali...
bool m_doNode
1 for do max nodes simulation (invalidates AMin and AMax values).
NetDeviceContainer Install(NodeContainer c) const
This method creates a simple ns3::UanChannel (with a default ns3::UanNoiseModelDefault and ns3::UanPr...
uint32_t m_simStep
Amount to increment param per trial.
ApplicationContainer Install(NodeContainer c) const
Install an ns3::OnOffApplication on each node of the input container configured with all the attribut...
a unique identifier for an interface.
uint32_t m_maxRange
Maximum range between gateway and acoustic node.
void SetPhy(std::string phyType, 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())
Set PHY attributes.
void SetAttribute(std::string name, const AttributeValue &value)
Helper function used to set the underlying application attributes.
uint32_t m_numNodes
Number of transmitting nodes.
void LogComponentEnable(char const *name, enum LogLevel level)
Attribute Value class for UanTxModes.