CMPE 279 Assignments for CMPE-279 subject For assignment 1 and assignment 2 use following commands to run Compile both programs gcc server.c -o server gcc client.c -o client Start the server sudo ./server Start the client sudo ./client