Networking From Scratch

CS144 Computer Networking Project

Super fun project at Stanford about low level computer networking! (Temporarily) send email to get access to my repository to view at mvilay02@stanford.edu You can view my short intro here in the meantime: https://youtube.com/shorts/OVJ1-eooC1c?si=ApP5cUZSNxw7zRyJ

networking

02/02/2025

This project is a custom-built network stack developed for Stanford’s CS144 course, implementing key networking components from the ground up. It includes a reliable bytestream, a TCP sender and receiver with retransmission handling, an IP router with longest prefix matching, and an ARP-enabled network interface. Happy to learn and share!