Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/winterwind/network_router_queue_sim
- Owner: Winterwind
- Created: 2024-12-12T22:09:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:32:51.000Z (about 2 months ago)
- Last Synced: 2024-12-12T23:23:53.927Z (about 2 months ago)
- Topics: classes, latex, logging, networks, object-oriented-programming, oop, priority-queue, python, queue, queues, routers, tex
- Language: TeX
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.