Program assignment 1: Client using customized protocol on top of UDP protocol for sending information to the server.
The program contains four files a header file : packet.h ; the server: UDPserver01.c; the client : UDPclient01.c; a compile file: Makefile; three screenshots PNG files of the error handling;
Compile: There is a compile file Makefile. Open a terminal and command "make" to compile.
Run:
- Execute the server first by using the command "./server".
- Open another terminal and command "./client" to run the client.