Skip to content

In this assignment you will be writing a simple router with a static routing table. Programming assignment for CSC458/2209 - Computer Networks.

Notifications You must be signed in to change notification settings

chenliyang1024/simple-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

In this assignment you will be writing a simple router with a static routing table. Programming assignment for CSC458/2209 - Computer Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.4%
  • Python 20.8%
  • Makefile 1.2%
  • Other 0.6%