#include <rapidnet-application-helper.h>
Public Member Functions | |
ApplicationContainer | Install (NodeContainer container) |
Installs the RapidNet application to the nodes in the given node container. | |
ApplicationContainer | Install (Node node) |
Install the RapidNet application to the given node. | |
Protected Member Functions | |
void | SetAddress (Ptr< Node > node, Ptr< RapidNetApplicationBase > application) |
Sets the address of the RapidNet application to the IP address of the node. | |
virtual Ptr < RapidNetApplicationBase > | CreateNewApplication ()=0 |
Factory method for creating P2 applications. |