This repository holds code we wrote in class, mostly Socket programming.
To clone this repository:
git clone https://github.com/msu/csci-466-fall2024.git
/sockets_tcp
- Code for basic process-to-process communcation with TCP sockets
/sockets_udp
- Code for basic process-to-process communication with UDP sockets
/sockets_objects
- Code for sending object-like data through sockets (for PA2)
/misc
- Other code for networks-related material