|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
29 #include "ns3/core-module.h"
30 #include "ns3/network-module.h"
31 #include "ns3/internet-module.h"
32 #include "ns3/point-to-point-module.h"
33 #include "ns3/applications-module.h"
34 #include "ns3/nix-vector-helper.h"
36 #include "ns3/topology-read-module.h"
80 std::cout <<
"TTL: " << (unsigned)ipv4.
GetTtl () << std::endl;
87 int main (
int argc,
char *argv[])
90 std::string format (
"Inet");
91 std::string input (
"src/topology-read/examples/Inet_small_toposample.txt");
95 cmd.AddValue (
"format",
"Format to use for data input [Orbis|Inet|Rocketfuel].",
97 cmd.AddValue (
"input",
"Name of the input file.",
99 cmd.Parse (argc, argv);
121 NS_LOG_ERROR (
"Problems reading the topology file. Failing.");
133 stack.SetRoutingHelper (nixRouting);
138 address.SetBase (
"10.0.0.0",
"255.255.255.252");
148 nc[i] =
NodeContainer (iter->GetFromNode (), iter->GetToNode ());
154 for (
int i = 0; i < totlinks; i++)
165 for (
int i = 0; i < totlinks; i++)
167 ipic[i] =
address.Assign (ndc[i]);
172 uint32_t totalNodes =
nodes.GetN ();
177 unsigned int randomServerNumber = unifRandom->
GetInteger (0, totalNodes - 1);
182 Ipv4Address ipv4AddrServer = iaddrServer.GetLocal ();
195 for (
unsigned int i = 0; i <
nodes.GetN (); i++ )
197 if (i != randomServerNumber )
200 clientNodes.
Add (clientNode);
209 apps =
sink.Install (randomServerNode);
holds a vector of ns3::NetDevice pointers
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Parse command-line arguments.
virtual NodeContainer Read(void)=0
Main topology reading function.
uint32_t PeekHeader(Header &header) const
Deserialize but does not remove the header from the internal buffer.
Ptr< TopologyReader > GetTopologyReader()
Gets a Ptr<TopologyReader> to the actual TopologyReader.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter.
A helper class to make life easier while doing simple IPv4 address assignment in scripts.
static void SinkRx(Ptr< const Packet > p, const Address &ad)
Print the TTL of received packet.
void SetDeviceAttribute(std::string name, const AttributeValue &value)
Set an attribute value to be propagated to each NetDevice created by the helper.
void SetChannelAttribute(std::string name, const AttributeValue &value)
Set an attribute value to be propagated to each Channel created by the helper.
Ptr< T > GetObject(void) const
Get a pointer to the requested aggregated Object.
NetDeviceContainer Install(NodeContainer c)
Ipv4 addresses are stored in host order in this class.
void SetAttribute(std::string name, const AttributeValue &value)
Set a single attribute, raising fatal errors if unsuccessful.
This class can be used to hold variables of floating point type such as 'double' or 'float'.
ConstLinksIterator LinksEnd(void) const
Returns an iterator to the the last link in this block.
void SetConstantRate(DataRate dataRate, uint32_t packetSize=512)
Helper function to set a constant rate source.
void Add(NodeContainer other)
Append the contents of another NodeContainer to the end of this container.
Access to the IPv4 forwarding table, interfaces, and configuration.
Class for representing data rates.
void ConnectWithoutContext(std::string path, const CallbackBase &cb)
Helper class that adds Nix-vector routing to nodes.
Helper class which makes it easier to configure and use a generic TopologyReader.
a polymophic address class
a class to store IPv4 address information on an interface
A helper to make it easier to instantiate an ns3::OnOffApplication on a set of nodes.
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
void SetFileType(const std::string fileType)
Sets the input file type.
holds a vector of std::pair of Ptr<Ipv4> and interface index.
void SetAttribute(std::string name, const AttributeValue &value)
Helper function used to set the underlying application attributes.
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...
static void Run(void)
Run the simulation.
Hold variables of type string.
A helper to make it easier to instantiate an ns3::PacketSinkApplication on a set of nodes.
#define NS_LOG_ERROR(msg)
Use NS_LOG to output a message of level LOG_ERROR.
virtual Ipv4InterfaceAddress GetAddress(uint32_t interface, uint32_t addressIndex) const =0
Because addresses can be removed, the addressIndex is not guaranteed to be static across calls to thi...
ApplicationContainer Install(NodeContainer c) const
Install an ns3::OnOffApplication on each node of the input container configured with all the attribut...
std::list< Link >::const_iterator ConstLinksIterator
Constant iterator to the list of the links.
void Start(Time start)
Arrange for all of the Applications in this container to Start() at the Time given as a parameter.
Time Seconds(double value)
Construct a Time in the indicated unit.
static void Destroy(void)
Execute the events scheduled with ScheduleDestroy().
holds a vector of ns3::Application pointers.
Build a set of PointToPointNetDevice objects.
keep track of a set of node pointers.
Hold an unsigned integer type.
ConstLinksIterator LinksBegin(void) const
Returns an iterator to the the first link in this block.
void SetDefault(std::string name, const AttributeValue &value)
void SetFileName(const std::string fileName)
Sets the input file name.
aggregate IP/TCP/UDP functionality to existing Nodes.
int LinksSize(void) const
Returns the number of links in this block.