Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.45 KB

mm1y-queue-simulation

C++ simulator of mm1y computer network queues

Features

  • Simulation of a specific network queue
  • Simulation of a group of network queues with the same capacity

Prerequisites

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++

How to Use

Simulation of a specific network queue

# 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

Simulation of a group of network queues with the same capacity

# 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