Skip to content

holly204/UDP-Sending

Repository files navigation

COEN 233 Computer Networks

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:

  1. Execute the server first by using the command "./server".
  2. Open another terminal and command "./client" to run the client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published