# README
Projects
This section contains my small projects, as well as a copy of the Princeton COS
461: Computer Networks projects. Any directory labeled #_<assignment_name>
means I have finished or started working on it.
Princeton University COS 461: Computer Networks
NOTE: The following assignments have been officially released. We advise against starting early on (last year's) assignments in the repository that haven't been officially released as these are still subject to change.
- Programming Assignment 1 (Virtual Machine Setup, Sockets)
- Programming Assignment 2 (Intradomain Routing Algorithms)
- Programming Assignment 3 (TCP Congestion Control and Bufferbloat)
- Programming Assignment 4 (Passive Network Measurement)
- Programming Assignment 5 (Portscan)
- Programming Assignment 6 (DNS Reflection)
- Programming Assignment 7 (HTTP Proxy)
# Packages
No description provided by the author
A web proxy built using RFC1945 Note: this only supports HTTP/1.0 -- meaning this won't work with a web browser because most web browsers now use the CONNECT method defined in HTTP/1.1 (RFC7231).
No description provided by the author
No description provided by the author