Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 469 Bytes

cosc465-iprouter

Repo for projects 3-6 (or so) for COSC 465, computer networking.

run setup: ./setup.sh

to run in test mode:

switchyard/srpy.py -t -s <testfile>.srpy myrouter.py

to run in "real" mode:

switchyard/srpy.py myrouter.py

Refer to the individual project descriptions for further details. Note that:

  • routertests1.srpy contains the test suite for project 3, and
  • routertests2.srpy contains the test suite for project 4.