21 #include "ns3/core-module.h"
22 #include "ns3/network-module.h"
23 #include "ns3/internet-module.h"
24 #include "ns3/point-to-point-module.h"
25 #include "ns3/netanim-module.h"
26 #include "ns3/applications-module.h"
27 #include "ns3/point-to-point-layout-module.h"
31 int main (
int argc,
char *argv[])
38 std::string animFile =
"grid-animation.xml";
41 cmd.
AddValue (
"xSize",
"Number of rows of nodes", xSize);
42 cmd.
AddValue (
"ySize",
"Number of columns of nodes", ySize);
43 cmd.
AddValue (
"animFile",
"File Name for Animation Output", animFile);
45 cmd.
Parse (argc,argv);
46 if (xSize < 1 || ySize < 1 || (xSize < 2 && ySize < 2))
77 clientApps.
Start (Seconds (0.0));
78 clientApps.
Stop (Seconds (1.5));
holds a vector of ns3::Application pointers.
void AssignIpv4Addresses(Ipv4AddressHelper rowIp, Ipv4AddressHelper colIp)
static void PopulateRoutingTables(void)
Build a routing database and initialize the routing tables of the nodes in the simulation. Makes all nodes in the simulation into routers.
hold variables of type string
void Add(ApplicationContainer other)
Append the contents of another ApplicationContainer to the end of this container. ...
aggregate IP/TCP/UDP functionality to existing Nodes.
A helper to make it easier to create a grid topology with p2p links.
Build a set of PointToPointNetDevice objects.
Ptr< Node > GetNode(uint32_t row, uint32_t col)
void SetDeviceAttribute(std::string name, const AttributeValue &value)
A helper to make it easier to instantiate an ns3::OnOffApplication on a set of nodes.
#define NS_FATAL_ERROR(msg)
fatal error handling
a polymophic address class
Hold an unsigned integer type.
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)
Ipv4Address GetIpv4Address(uint32_t row, uint32_t col)
void SetDefault(std::string name, const AttributeValue &value)
void SetChannelAttribute(std::string name, const AttributeValue &value)
hold objects of type ns3::Address
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter...
int main(int argc, char *argv[])
void AddValue(const std::string &name, const std::string &help, T &value)
void InstallStack(InternetStackHelper stack)
Interface to network animator.
void Parse(int argc, char *argv[])
A helper class to make life easier while doing simple IPv4 address assignment in scripts.
void BoundingBox(double ulx, double uly, double lrx, double lry)
ApplicationContainer Install(NodeContainer c) const
void SetAttribute(std::string name, const AttributeValue &value)