19 #ifndef UDP_ECHO_HELPER_H
20 #define UDP_ECHO_HELPER_H
22 #include "ns3/application-container.h"
23 #include "ns3/ipv4-address.h"
24 #include "ns3/ipv6-address.h"
25 #include "ns3/node-container.h"
26 #include "ns3/object-factory.h"
a polymophic address class
holds a vector of ns3::Application pointers.
Hold a value for an Attribute.
keep track of a set of node pointers.
Instantiate subclasses of ns3::Object.
Create an application which sends a UDP packet and waits for an echo of this packet.
UdpEchoClientHelper(Address ip, uint16_t port)
Create UdpEchoClientHelper which will make life easier for people trying to set up simulations with e...
void SetAttribute(std::string name, const AttributeValue &value)
Record an attribute to be set in each Application after it is is created.
ApplicationContainer Install(Ptr< Node > node) const
Create a udp echo client application on the specified node.
ObjectFactory m_factory
Object factory.
Ptr< Application > InstallPriv(Ptr< Node > node) const
Install an ns3::UdpEchoClient on the node configured with all the attributes set with SetAttribute.
void SetFill(Ptr< Application > app, std::string fill)
Given a pointer to a UdpEchoClient application, set the data fill of the packet (what is sent as data...
Create a server application which waits for input UDP packets and sends them back to the original sen...
UdpEchoServerHelper(uint16_t port)
Create UdpEchoServerHelper which will make life easier for people trying to set up simulations with e...
Ptr< Application > InstallPriv(Ptr< Node > node) const
Install an ns3::UdpEchoServer on the node configured with all the attributes set with SetAttribute.
ObjectFactory m_factory
Object factory.
ApplicationContainer Install(Ptr< Node > node) const
Create a UdpEchoServerApplication on the specified Node.
void SetAttribute(std::string name, const AttributeValue &value)
Record an attribute to be set in each Application after it is is created.
Every class exported by the ns3 library is enclosed in the ns3 namespace.