A Discrete-Event Network Simulator
API
third-distributed.cc File Reference

Distributed version of third.cc from the tutorial. More...

#include "mpi-test-fixtures.h"
#include "ns3/core-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/network-module.h"
#include "ns3/applications-module.h"
#include "ns3/mobility-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"
#include "ns3/mpi-module.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/ssid.h"
#include <iomanip>
+ Include dependency graph for third-distributed.cc:

Go to the source code of this file.

Detailed Description

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

point-to-point | | | |

LAN 10.1.2.0

Definition in file third-distributed.cc.