40 #include "ns3/core-module.h" 
   41 #include "ns3/network-module.h" 
   42 #include "ns3/internet-module.h" 
   43 #include "ns3/wifi-module.h" 
   44 #include "ns3/mobility-module.h" 
   45 #include "ns3/applications-module.h" 
   46 #include "ns3/ipv4-click-routing.h" 
   47 #include "ns3/click-internet-stack-helper.h" 
   58   NS_LOG_INFO (clickRouter->ReadHandler (
"wifi/arpquerier", 
"table"));
 
   59   NS_LOG_INFO (clickRouter->ReadHandler (
"wifi/arpquerier", 
"stats"));
 
   66   NS_LOG_INFO (clickRouter->WriteHandler (
"wifi/arpquerier", 
"insert", 
"172.16.1.2 00:00:00:00:00:02"));
 
   71 main (
int argc, 
char *argv[])
 
   74   std::string clickConfigFolder = 
"src/click/examples";
 
   77   cmd.AddValue (
"clickConfigFolder", 
"Base folder for click configuration files", clickConfigFolder);
 
   78   cmd.Parse (argc, argv);
 
   96   std::string phyMode (
"DsssRate1Mbps");
 
  125   wifi.SetRemoteStationManager (
"ns3::ConstantRateWifiManager",
 
  129   wifiMac.
SetType (
"ns3::AdhocWifiMac");
 
  134   positionAlloc->Add (Vector (0.0, 0.0, 0.0));
 
  135   positionAlloc->Add (Vector (10.0, 0.0, 0.0));
 
  136   positionAlloc->Add (Vector (20.0, 0.0, 0.0));
 
  137   positionAlloc->Add (Vector (0.0, 10.0, 0.0));
 
  138   mobility.SetPositionAllocator (positionAlloc);
 
  139   mobility.SetMobilityModel (
"ns3::ConstantPositionMobilityModel");
 
  145   ClickInternetStackHelper clickinternet;
 
  146   clickinternet.SetClickFile (
n.Get (0), clickConfigFolder + 
"/nsclick-wifi-single-interface.click");
 
  147   clickinternet.SetClickFile (
n.Get (1), clickConfigFolder + 
"/nsclick-wifi-single-interface.click");
 
  148   clickinternet.SetClickFile (
n.Get (2), clickConfigFolder + 
"/nsclick-wifi-single-interface.click");
 
  153   clickinternet.SetClickFile (
n.Get (3), clickConfigFolder + 
"/nsclick-wifi-single-interface-promisc.click");
 
  154   clickinternet.SetRoutingTableElement (
n, 
"rt");
 
  155   clickinternet.Install (
n);
 
  161   ipv4.
SetBase (
"172.16.1.0", 
"255.255.255.0");
 
  168   uint16_t 
port = 4000;
 
  178   uint32_t MaxPacketSize = 1024;
 
  180   uint32_t maxPacketCount = 320;
 
  182   client.SetAttribute (
"MaxPackets", 
UintegerValue (maxPacketCount));
 
  183   client.SetAttribute (
"Interval", 
TimeValue (interPacketInterval));
 
  184   client.SetAttribute (
"PacketSize", 
UintegerValue (MaxPacketSize));
 
  189   wifiPhy.
EnablePcap (
"nsclick-udp-client-server-wifi", d);
 
  211   NS_FATAL_ERROR (
"Can't use ns-3-click without NSCLICK compiled in");
 
holds a vector of ns3::Application pointers.
 
void Start(Time start)
Arrange for all of the Applications in this container to Start() at the Time given as a parameter.
 
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter.
 
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.
 
void SetBase(Ipv4Address network, Ipv4Mask mask, Ipv4Address base="0.0.0.1")
Set the base network number, network mask and base address.
 
Ipv4InterfaceContainer Assign(const NetDeviceContainer &c)
Assign IP addresses to the net devices specified in the container based on the current network prefix...
 
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 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 void Stop(void)
Tell the Simulator the calling event should be the last one executed.
 
static void Destroy(void)
Execute the events scheduled with ScheduleDestroy().
 
static EventId Schedule(Time const &delay, FUNC f, Ts &&... args)
Schedule an event to expire after delay.
 
static void Run(void)
Run the simulation.
 
Hold variables of type string.
 
Simulation virtual time values and global simulation resolution.
 
AttributeValue implementation for Time.
 
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, 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())
 
Ptr< YansWifiChannel > Create(void) const
 
void AddPropagationLoss(std::string name, 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())
 
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_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
 
#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.
 
Time Seconds(double value)
Construct a Time in the indicated unit.
 
Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
@ LOG_LEVEL_INFO
LOG_INFO and above.
 
void LogComponentEnable(char const *name, enum LogLevel level)
Enable the logging output associated with that log component.