A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
nms-p2p-nix-distributed.cc File Reference

DARPA NMS Campus Network Model. More...

#include "mpi-test-fixtures.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/mpi-interface.h"
#include "ns3/network-module.h"
#include "ns3/nix-vector-helper.h"
#include "ns3/on-off-helper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/point-to-point-helper.h"
#include <fstream>
#include <vector>
+ Include dependency graph for nms-p2p-nix-distributed.cc:

Go to the source code of this file.

Detailed Description

DARPA NMS Campus Network Model.

This topology replicates the original NMS Campus Network model with the exception of chord links (which were never utilized in the original model) Link Bandwidths and Delays may not be the same as the original specifications

Modified for distributed simulation by Josh Pelkey jpelk.nosp@m.ey@g.nosp@m.atech.nosp@m..edu

The fundamental unit of the NMS model consists of a campus network. The campus network topology can been seen here: http://www.nsnam.org/~jpelkey3/nms.png The number of hosts (default 42) is variable. Finally, an arbitrary number of these campus networks can be connected together (default 2) to make very large simulations.

Definition in file nms-p2p-nix-distributed.cc.