Hacker News new | ask | show | jobs
by arman_ashrafian 1928 days ago
Cool seeing this post tonight. I just finished implementing a router for my networks class like 30 minutes ago.

https://cseweb.ucsd.edu/classes/wi21/cse123-a/project.html

We use this book and its amazing:

https://book.systemsapproach.org/index.html

Section 3.5 covers router implementation details.

2 comments

THANK YOU for the link to book.systemsapproach.org! My "library" has been missing a resource like this. :)
Wow, that’s cool - fun assignments, too. Are you allowed to share the skeleton code referenced in the descriptions?