C++ simulator of mm1y computer network queues
- Simulation of a specific network queue
- Simulation of a group of network queues with the same capacity
To clone and run this application, you'll need Git and C++ compiler.
From your command line:
# Install Git
$ sudo apt install git
# Install C++ compiler
$ sudo apt install g++
# Clone this repository
$ git clone https://github.com/vittoboa/mm1y-queue-simulation.git
# Go into the repository
$ cd mm1y-queue-simulation
# Compile the app
$ make
# Run the simulation in mode 1
$ ./simulation 1
# Clone this repository
$ git clone https://github.com/vittoboa/mm1y-queue-simulation.git
# Go into the repository
$ cd mm1y-queue-simulation
# Compile the app
$ make
# Run the simulation in mode 2
$ ./simulation 2