Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 263 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 263 Bytes

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