Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winterwind/network_router_queue_sim

A simulation of a network router queue (results print in separate .log file)
https://github.com/winterwind/network_router_queue_sim

classes latex logging networks object-oriented-programming oop priority-queue python queue queues routers tex

Last synced: about 1 month ago
JSON representation

A simulation of a network router queue (results print in separate .log file)

Awesome Lists containing this project

README

        

# Network_Router_Queue_Sim
A simulation of a network router queue as a part of my Computer Networks class' final project. The repo consists of five classes for the various objects referenced within the [QueueSim.py](QueueSim.py) file, where the actual simulation logic is housed. This file is also where the results print from, but thanks to the ```logging``` library, these results print in a separate file; [the .log file I included in this repo](QueueSim.log) has the results I used while completing this project. The repo also includes [the report](CSC424_Project_2.pdf) I had to write up and [the LaTeX file](main.tex) that produced it.