Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 642 Bytes

File metadata and controls

2 lines (2 loc) · 642 Bytes

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 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 has the results I used while completing this project. The repo also includes the report I had to write up and the LaTeX file that produced it.