deRemo / TwoSwitchSim

Network simulator in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwoSwitchSim

A C++ Discrete-Event Network Simulator for two cascading switches, developed for the "Network Simulation" PhD course at Sant'Anna School of Advanced Studied - Pisa

How to use

  1. Compile the simulator with:
make
  1. Create an input.txt file containing the parameters defined as in input_template.txt (follow the syntax exactly to avoid parsing errors), such as inter-arrival time, service times, number of packets to process and queue size limit
  2. Run the simulations with:
./main
  1. Read the result in output.txt

About

Network simulator in C++


Languages

Language:Jupyter Notebook 84.9%Language:C++ 13.1%Language:Python 1.4%Language:C 0.4%Language:Makefile 0.2%