Skip to content

vittoboa/mm1y-queue-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ simulator of mm1y computer network queues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published