#include <fstream>
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/applications-module.h"
#include "ns3/fd-net-device-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("EmulatedUdpEchoExample") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 77 of file fd-emu-udp-echo.cc.
References ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), ns3::GlobalValue::Bind(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::UdpEchoServerHelper::Install(), ns3::FdNetDeviceHelper::Install(), ns3::InternetStackHelper::Install(), NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Seconds(), ns3::FdNetDeviceHelper::SetAttribute(), ns3::UdpEchoClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::EmuFdNetDeviceHelper::SetDeviceName(), ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "EmulatedUdpEchoExample" | ) |