Network Programming, UDP Echo Client October 19, 1998 When network testing, it is useful to have a client program connects to a UDP server and gets an echo of a text string that you send to the server:
Network Programming, TCP/IP Echo Client October 19, 1998 When network testing, it is useful to have a client program that connects to a TCP/IP server and gets an echo of a text string that you send to the
Network Programming, Simple TCP/IP Server October 19, 1998 The following program is a simple version of a TCP/IP server that responds to requests from a client and delivers files. I wrote it to be as small as possible