28 #include "ns3/core-module.h" 29 #include "ns3/network-module.h" 30 #include "ns3/csma-module.h" 31 #include "ns3/internet-module.h" 32 #include "ns3/applications-module.h" 33 #include "ns3/click-internet-stack-helper.h" 43 int main (
int argc,
char *argv[])
46 std::string clickConfigFolder =
"src/click/examples";
49 cmd.AddValue (
"clickConfigFolder",
"Base folder for click configuration files", clickConfigFolder);
50 cmd.Parse (argc, argv);
66 ClickInternetStackHelper clickinternet;
67 clickinternet.SetClickFile (
csmaNodes.Get (0), clickConfigFolder +
"/nsclick-lan-single-interface.click");
68 clickinternet.SetRoutingTableElement (
csmaNodes.Get (0),
"rt");
69 clickinternet.Install (
csmaNodes.Get (0));
73 ipv4.
SetBase (
"172.16.1.0",
"255.255.255.0");
84 onOffHelper.SetAttribute (
"OnTime",
StringValue (
"ns3::ConstantRandomVariable[Constant=1]"));
85 onOffHelper.SetAttribute (
"OffTime",
StringValue (
"ns3::ConstantRandomVariable[Constant=0]"));
90 onOffHelper.SetAttribute (
"Remote", remoteAddress);
105 NS_FATAL_ERROR (
"Can't use ns-3-click without NSCLICK compiled in");
holds a vector of ns3::Application pointers.
static Ipv4Address GetAny(void)
Hold variables of type string.
void Add(ApplicationContainer other)
Append the contents of another ApplicationContainer to the end of this container. ...
static void Run(void)
Run the simulation.
Time MilliSeconds(uint64_t value)
Construct a Time in the indicated unit.
aggregate IP/TCP/UDP functionality to existing Nodes.
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
A helper to make it easier to instantiate an ns3::PacketSinkApplication on a set of nodes...
A helper to make it easier to instantiate an ns3::OnOffApplication on a set of nodes.
a polymophic address class
Class for representing data rates.
AttributeValue implementation for Time.
holds a vector of ns3::NetDevice pointers
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.
static void Destroy(void)
Execute the events scheduled with ScheduleDestroy().
Every class exported by the ns3 library is enclosed in the ns3 namespace.
keep track of a set of node pointers.
#define NS_LOG_UNCOND(msg)
Output the requested message unconditionally.
build a set of CsmaNetDevice objects
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
Ipv4 addresses are stored in host order in this class.
AttributeValue implementation for Address.
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter...
Ipv4InterfaceContainer Assign(const NetDeviceContainer &c)
Assign IP addresses to the net devices specified in the container based on the current network prefix...
AttributeValue implementation for DataRate.
static void Stop(void)
Tell the Simulator the calling event should be the last one executed.
Time Seconds(double value)
Construct a Time in the indicated unit.
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.
void ReceivePacket(Ptr< Socket > socket)