Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 666 Bytes

simple-router

In this assignment you will be writing a simple router with a static routing table. Your router will receive raw Ethernet frames. It will process the packets just like a real router, then forward them to the correct outgoing interface. We’ll make sure you receive the Ethernet frames; your job is to create the forwarding logic so packets go to the correct interface.

Programming assignment for CSC458/2209 - Computer Networks.

Authors:

Mihai Nicolae

Instructor:

Yashar Ganjali

Links:

Assignment handout