Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 432 (Intro to Networks) - Project 2 (Routing Simulation)

How to Run The Routing Simulation (MacOS)

  1. Open six terminals.
  2. For each terminal, execute the respective command, starting from router6 and going down to router1:
python3 router6.py
python3 router5.py
python3 router4.py
python3 router3.py
python3 router2.py
python3 router1.py

Advanced Settings In router1.py

SECONDS_BETWEEN_PACKETS = 1 (default)

DELETE_FILES_WHEN_FINISHED = False (default)

SECONDS_BEFORE_FILES_DELETED = 5 (default)

About

CS 432 Project 2

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages