#include <string>
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/mobility-module.h"
#include "ns3/applications-module.h"
#include "ns3/brite-module.h"
#include "ns3/ipv4-nix-vector-helper.h"
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("BriteExample") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file brite-generic-example.cc.
References ns3::Ipv4ListRoutingHelper::Add(), ns3::NodeContainer::Add(), ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), ns3::BriteTopologyHelper::AssignIpv4Addresses(), ns3::BriteTopologyHelper::AssignStreams(), ns3::BriteTopologyHelper::BuildBriteTopology(), ns3::NodeContainer::Create(), ns3::AsciiTraceHelper::CreateFileStream(), ns3::Simulator::Destroy(), ns3::AsciiTraceHelperForDevice::EnableAsciiAll(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::BriteTopologyHelper::GetLeafNodeForAs(), ns3::BriteTopologyHelper::GetNAs(), ns3::BriteTopologyHelper::GetNLeafNodesForAs(), ns3::UdpEchoServerHelper::Install(), ns3::PointToPointHelper::Install(), ns3::InternetStackHelper::Install(), ns3::LOG_LEVEL_ALL, ns3::LogComponentEnable(), NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), ns3::Simulator::Run(), ns3::Seconds(), ns3::UdpEchoClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::PointToPointHelper::SetChannelAttribute(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::InternetStackHelper::SetRoutingHelper(), ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "BriteExample" | ) |