Public Member Functions

ns3::UdpClientHelper Class Reference

Create a client application which sends udp packets carrying a 32bit sequence number and a 64 bit time stamp. More...

#include <udp-client-server-helper.h>

Collaboration diagram for ns3::UdpClientHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UdpClientHelper ()
 UdpClientHelper (Ipv4Address ip, uint16_t port)
void SetAttribute (std::string name, const AttributeValue &value)
ApplicationContainer Install (NodeContainer c)

Detailed Description

Create a client application which sends udp packets carrying a 32bit sequence number and a 64 bit time stamp.


Constructor & Destructor Documentation

ns3::UdpClientHelper::UdpClientHelper (  ) 

Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.

ns3::UdpClientHelper::UdpClientHelper ( Ipv4Address  ip,
uint16_t  port 
)

Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.

Parameters:
ip The IP address of the remote udp server
port The port number of the remote udp server

Member Function Documentation

ApplicationContainer ns3::UdpClientHelper::Install ( NodeContainer  c  ) 
Parameters:
c the nodes

Create one udp client application on each of the input nodes

Returns:
the applications created, one application per input node.
void ns3::UdpClientHelper::SetAttribute ( std::string  name,
const AttributeValue value 
)

Record an attribute to be set in each Application after it is is created.

Parameters:
name the name of the attribute to set
value the value of the attribute to set

The documentation for this class was generated from the following file: