Distributed version of third.cc from the tutorial. More...
#include "mpi-test-fixtures.h"
#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"
#include "ns3/mobility-module.h"
#include "ns3/mpi-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/ssid.h"
#include "ns3/yans-wifi-helper.h"
#include <iomanip>
Go to the source code of this file.
Distributed version of third.cc from the tutorial.
Default Network Topology
(same as third.cc from tutorial) Distributed simulation, split across the p2p link | Rank 0 | Rank 1 ----------------------—|-------------------------— Wifi 10.1.3.0 AP
| | | | 10.1.1.0 n5 n6 n7 n0 -----------— n1 n2 n3 n4
LAN 10.1.2.0
Definition in file third-distributed.cc.