/EA872

Primary LanguageC++

Final Project EA872

Server side

To run the server, execute

make server
./server

Client side

To run the client, assure the server is running and execute the following commands

make client
./client

Finally, to remove the temp files, execute the command

make remove