ucase_udp


The following are a server and client program that demonstrate UDP sockets. The client reads a line of text from stdin and sends this line to the server; the server than capitalizes the line and sends it back to the client, who prints this line. Once the user hits CTRL-d, the client program exits.

This zip file contains all of the source files as well as a Makefile.

ucase_udp_server.c


      
ucase_udp_client.c