tarfeef101 8e20b53d22 buggy asf, but it runs. and i am super done with this shit | 6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
nselinux386 | 6 years ago | |
packets.py | 6 years ago | |
router | 6 years ago | |
router.py | 6 years ago |
This assignment consists of 1 python application abstracted through a shell script: router (no file extension, as per the assignment spec). This is an interface for the python script router.py. There is also a packets.py file which has my packet unpacking function, and classes for the packet types. There is also the emulator file in the folder as well.
To run either the router simply type "./router" followed by all the arguments that need to be provided. Of course, the emulator should be run as well, in accordance with the provided spec. The arguments for the router are listed below for convenience:
router_id (unique int), nse_host (string/hostname), nse_port (int), router_port (int)
Tareef Dedhar - All work