27#include "ns3/applications-module.h"
28#include "ns3/click-internet-stack-helper.h"
29#include "ns3/core-module.h"
30#include "ns3/internet-module.h"
31#include "ns3/ipv4-click-routing.h"
32#include "ns3/mobility-module.h"
33#include "ns3/network-module.h"
34#include "ns3/wifi-module.h"
46 NS_LOG_INFO(clickRouter->ReadHandler(
"wifi/arpquerier",
"table"));
47 NS_LOG_INFO(clickRouter->ReadHandler(
"wifi/arpquerier",
"stats"));
55 clickRouter->WriteHandler(
"wifi/arpquerier",
"insert",
"172.16.1.2 00:00:00:00:00:02"));
59main(
int argc,
char* argv[])
64 cmd.AddValue(
"clickConfigFolder",
65 "Base folder for click configuration files",
67 cmd.Parse(argc, argv);
85 std::string phyMode(
"DsssRate1Mbps");
114 wifi.SetRemoteStationManager(
"ns3::ConstantRateWifiManager",
120 wifiMac.
SetType(
"ns3::AdhocWifiMac");
125 positionAlloc->Add(Vector(0.0, 0.0, 0.0));
126 positionAlloc->Add(Vector(10.0, 0.0, 0.0));
127 positionAlloc->Add(Vector(20.0, 0.0, 0.0));
128 positionAlloc->Add(Vector(0.0, 10.0, 0.0));
129 mobility.SetPositionAllocator(positionAlloc);
130 mobility.SetMobilityModel(
"ns3::ConstantPositionMobilityModel");
138 clickConfigFolder +
"/nsclick-wifi-single-interface.click");
140 clickConfigFolder +
"/nsclick-wifi-single-interface.click");
142 clickConfigFolder +
"/nsclick-wifi-single-interface.click");
148 clickConfigFolder +
"/nsclick-wifi-single-interface-promisc.click");
156 ipv4.SetBase(
"172.16.1.0",
"255.255.255.0");
163 uint16_t
port = 4000;
184 wifiPhy.
EnablePcap(
"nsclick-udp-client-server-wifi", d);
holds a vector of ns3::Application pointers.
void Start(Time start) const
Start all of the Applications in this container at the start time given as a parameter.
void Stop(Time stop) const
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter.
aggregate Click/IP/TCP/UDP functionality to existing Nodes.
Parse command-line arguments.
This class can be used to hold variables of floating point type such as 'double' or 'float'.
A helper class to make life easier while doing simple IPv4 address assignment in scripts.
Class to allow a node to use Click for external routing.
holds a vector of std::pair of Ptr<Ipv4> and interface index.
Ipv4Address GetAddress(uint32_t i, uint32_t j=0) const
Helper class used to assign positions and mobility models to nodes.
holds a vector of ns3::NetDevice pointers
keep track of a set of node pointers.
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
Ptr< Node > Get(uint32_t i) const
Get the Ptr<Node> stored in this container at a given index.
Ptr< T > GetObject() const
Get a pointer to the requested aggregated Object.
void EnablePcap(std::string prefix, Ptr< NetDevice > nd, bool promiscuous=false, bool explicitFilename=false)
Enable pcap output the indicated net device.
Smart pointer class similar to boost::intrusive_ptr.
static EventId Schedule(const Time &delay, FUNC f, Ts &&... args)
Schedule an event to expire after delay.
static void Destroy()
Execute the events scheduled with ScheduleDestroy().
static void Run()
Run the simulation.
static void Stop()
Tell the Simulator the calling event should be the last one executed.
Hold variables of type string.
Simulation virtual time values and global simulation resolution.
Create a client application which sends UDP packets carrying a 32bit sequence number and a 64 bit tim...
Create a server application which waits for input UDP packets and uses the information carried into t...
Hold an unsigned integer type.
helps to create WifiNetDevice objects
create MAC layers for a ns3::WifiNetDevice.
void SetType(std::string type, Args &&... args)
void SetPcapDataLinkType(SupportedPcapDataLinkTypes dlt)
Set the data link type of PCAP traces to be used.
void Set(std::string name, const AttributeValue &v)
@ DLT_IEEE802_11_RADIO
Include Radiotap link layer information.
manage and create wifi channel objects for the YANS model.
void SetPropagationDelay(std::string name, Ts &&... args)
void AddPropagationLoss(std::string name, Ts &&... args)
Ptr< YansWifiChannel > Create() const
Make it easy to create and manage PHY objects for the YANS model.
void SetChannel(Ptr< YansWifiChannel > channel)
void SetDefault(std::string name, const AttributeValue &value)
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
Ptr< T > CreateObject(Args &&... args)
Create an object by type, with varying number of constructor parameters.
Time Seconds(double value)
Construct a Time in the indicated unit.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
void LogComponentEnable(const std::string &name, LogLevel level)
Enable the logging output associated with that log component.
@ LOG_LEVEL_INFO
LOG_INFO and above.
void WriteArp(Ptr< Ipv4ClickRouting > clickRouter)
void ReadArp(Ptr< Ipv4ClickRouting > clickRouter)