Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 510 Bytes

CSCI 466: Networks

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

Repository Contents

/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