Projects for computer networks course
implements a simple ICMP traceroute like service
implements a simple RIP protocol
implements a reliable transport over an unreliable protocol (bitstream over UDP)
implements a HTTP server (supports only GET commands and only single client at a time)
same as above but using c++20 coroutines (fully waitless and supports multiple clients)