Lab 1 is a file transfer application that sends files between machines using UDP.
- note: files for this lab are in the
submit
folder
Lab 2 is a text conferencing application with one-to-many and one-to-one messaging using TCP.
server.c
is the router sending messages to users and the database storing user informationclient.c
contains the user interface