|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
23 #include "ns3/rng-seed-manager.h"
24 #include "ns3/config.h"
25 #include "ns3/data-rate.h"
26 #include "ns3/vector.h"
27 #include "ns3/string.h"
28 #include "ns3/packet-socket-address.h"
29 #include "ns3/mobility-model.h"
30 #include "ns3/yans-wifi-helper.h"
31 #include "ns3/sta-wifi-mac.h"
32 #include "ns3/position-allocator.h"
33 #include "ns3/packet-socket-helper.h"
34 #include "ns3/mobility-helper.h"
35 #include "ns3/wifi-net-device.h"
36 #include "ns3/packet-socket-server.h"
37 #include "ns3/packet-socket-client.h"
38 #include "ns3/ocb-wifi-mac.h"
39 #include "ns3/wifi-80211p-helper.h"
40 #include "ns3/wave-mac-helper.h"
48 int64_t currentStream = stream;
87 virtual void DoRun (
void);
118 Vector GetCurrentPosition (uint32_t i);
126 void PreRandomConfiguration (
void);
167 :
TestCase (
"Association time: Ap+Sta mode vs Adhoc mode vs Ocb mode")
181 Vector pos =
mobility->GetPosition ();
201 Vector pos =
mobility->GetPosition ();
227 std::cout <<
"PhyRxOk time = " <<
phyrx_time.
As (Time::NS)
243 std::cout <<
"PhyTx data time = " <<
phytx_time.
As (Time::NS)
264 wifi.SetRemoteStationManager (
"ns3::ConstantRateWifiManager",
266 "ControlMode",
StringValue (
"OfdmRate6MbpsBW10MHz"));
267 wifi.Install (wifiPhy, wifiStaMac, mobile_node);
268 wifi.Install (wifiPhy, wifiApMac, static_node);
279 wifiMac.
SetType (
"ns3::AdhocWifiMac");
283 wifi.SetRemoteStationManager (
"ns3::ConstantRateWifiManager",
285 "ControlMode",
StringValue (
"OfdmRate6MbpsBW10MHz"));
286 wifi.Install (wifiPhy, wifiMac, mobile_node);
287 wifi.Install (wifiPhy, wifiMac, static_node);
302 "ControlMode",
StringValue (
"OfdmRate6MbpsBW10MHz"));
303 wifi80211p.
Install (wifiPhy, wifi80211pMac, mobile_node);
304 wifi80211p.
Install (wifiPhy, wifi80211pMac, static_node);
339 packetSocket.
Install (static_node);
340 packetSocket.
Install (mobile_node);
357 if ( DynamicCast<StaWifiMac> (mobile_device->
GetMac () ) )
382 std::cout <<
"test time point for Ap-Sta mode" << std::endl;
390 Simulator::Stop (
Seconds (71.0));
392 Simulator::Destroy ();
403 std::cout <<
"test time point for Adhoc mode" << std::endl;
411 Simulator::Stop (
Seconds (71.0));
413 Simulator::Destroy ();
423 std::cout <<
"test time point for Ocb mode" << std::endl;
431 Simulator::Stop (
Seconds (71.0));
433 Simulator::Destroy ();
444 RngSeedManager::SetSeed (1);
445 RngSeedManager::SetRun (17);
helps to create wifi 802.11p objects of WifiNetDevice class
Make it easy to create and manage PHY objects for the YANS model.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
uint32_t PeekHeader(Header &header) const
Deserialize but does not remove the header from the internal buffer.
void ConfigureAdhocMode(Ptr< Node > static_node, Ptr< Node > mobile_node)
Configure adhoc mode function.
static OcbTestSuite ocbTestSuite
the test suite
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Time macassoc_time
MAC associate time.
helps to create WifiNetDevice objects
void MacAssoc(std::string context, Mac48Address bssid)
MAC associate function.
Ptr< T > GetObject(void) const
Get a pointer to the requested aggregated Object.
Nqos Wave Mac Helper class.
void PhyTxTrace(std::string context, Ptr< const Packet > packet, WifiMode mode, WifiPreamble preamble, uint8_t txPower)
Phy transmit trace function.
void SetPosition(const Vector &position)
Hold objects of type Ptr<T>.
an address for a packet socket
Address GetAddress(void) const override
int64_t AssignStreams(int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
TimeWithUnit As(const enum Unit unit=Time::AUTO) const
Attach a unit to a Time, to facilitate output in a specific unit.
void SetRemote(PacketSocketAddress addr)
set the remote address and protocol to be used
void SetChannel(Ptr< YansWifiChannel > channel)
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
AttributeValue implementation for Ssid.
The IEEE 802.11 SSID Information Element.
void PhyRxOkTrace(std::string context, Ptr< const Packet > packet, double snr, WifiMode mode, enum WifiPreamble preamble)
Phy receive ok trace function.
void ConfigureOcbMode(Ptr< Node > static_node, Ptr< Node > mobile_node)
Configure OCB mode function.
void SetStopTime(Time stop)
Specify application stop time.
virtual NetDeviceContainer Install(const WifiPhyHelper &phy, const WifiMacHelper &macHelper, NodeContainer c) const
virtual ~OcbWifiMacTestCase(void)
void Install(Ptr< Node > node) const
Aggregate an instance of a ns3::PacketSocketFactory onto the provided node.
Smart pointer class similar to boost::intrusive_ptr.
void SetStartTime(Time start)
Specify application start time.
Ptr< YansWifiChannel > Create(void) const
Time phyrx_time
Phy receive time.
represent a single transmission mode
Time Now(void)
create an ns3::Time instance which contains the current simulation time.
void GetAttribute(std::string name, AttributeValue &value) const
Get the value of an attribute, raising fatal errors if unsuccessful.
Vector macassoc_pos
MAC associate position.
uint32_t AddApplication(Ptr< Application > application)
Associate an Application to this Node.
Vector GetCurrentPosition(uint32_t i)
Get current position function.
Ptr< NetDevice > GetDevice(uint32_t index) const
Retrieve the index-th NetDevice associated to this node.
#define NS_TEST_ASSERT_MSG_LT(actual, limit, msg)
Test that an actual value is less than a limit and report and abort if not.
Ptr< Node > Get(uint32_t i) const
Get the Ptr<Node> stored in this container at a given index.
Simulation virtual time values and global simulation resolution.
virtual void DoRun(void)
static-node:0 <-— mobile-node:1
int64_t GetNanoSeconds(void) const
Get an approximation of the time stored in this instance in the indicated unit.
void SetSingleDevice(uint32_t device)
Set the address to match only a specified NetDevice.
Vector phytx_pos
Phy transmit position.
Give ns3::PacketSocket powers to ns3::Node.
Handle packet fragmentation and retransmissions for QoS data frames as well as MSDU aggregation (A-MS...
Time phytx_time
Phy transmit time.
Callback< R, Ts... > MakeCallback(R(T::*memPtr)(Ts...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
uint32_t GetIfIndex(void) const override
void SetRemoteStationManager(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 variables of type string.
WifiPreamble
The type of preamble to be used by an IEEE 802.11 transmission.
void PostDeviceConfiguration(Ptr< Node > static_node, Ptr< Node > mobile_node)
Post device configuration function.
void ConfigureApStaMode(Ptr< Node > static_node, Ptr< Node > mobile_node)
Configure AP STA mode function.
void PhyTxTrace(std::string context, Ptr< const Packet > packet, WifiMode mode, WifiPreamble preamble, uint8_t txPower)
#define NS_TEST_ASSERT_MSG_EQ(actual, limit, msg)
Test that an actual and expected (limit) value are equal and report and abort if not.
void Connect(std::string path, const CallbackBase &cb)
static void AssignWifiRandomStreams(Ptr< WifiMac > mac, int64_t stream)
void AdvancePosition(Ptr< Node > node)
Advance position function.
Time Seconds(double value)
Construct a Time in the indicated unit.
#define NS_TEST_ASSERT_MSG_GT(actual, limit, msg)
Test that an actual value is greater than a limit and report and abort if not.
Vector3D Vector
Vector alias typedef for compatibility with mobility models.
void SetPhysicalAddress(const Address address)
Set the destination address.
Keep track of the current position and velocity of an object.
keep track of a set of node pointers.
void SetType(std::string type, Args &&... args)
void SetProtocol(uint16_t protocol)
Set the protocol.
static void AdvancePosition(Ptr< Node > node)
void(* Time)(Time oldValue, Time newValue)
TracedValue callback signature for Time.
manage and create wifi channel objects for the YANS model.
void PreRandomConfiguration(void)
Pre random configuration function.
create MAC layers for a ns3::WifiNetDevice.
NodeContainer nodes
the nodes
Vector phyrx_pos
Phy receive position.
void SetLocal(PacketSocketAddress addr)
set the local address and protocol to be used
Vector GetPosition(void) const
void PhyRxOkTrace(std::string context, Ptr< const Packet > packet, double snr, WifiMode mode, WifiPreamble preamble)
Helper class used to assign positions and mobility models to nodes.
Ptr< WifiMac > GetMac(void) const
Handle packet fragmentation and retransmissions for data and management frames.