Program: Demo TCP server/client
Author: XU, Jialing (Charlie)
E-mail: charlie.jlxu@gmail.com
OS: UNIX/Linux
Copying: GNU GPL version 2
Language: C
Version: 0.1
Requirement: gcc 4.5, libc with pthread support
Machines: It has been compiled and run on the following environments:
Debian 6.04
Ubuntu 11.04
This demo TCP server/client software package is for the investigation need
of ORC group ONLY. Its functionality follows the requirement in the doc
"ORC Developer Coding Exercise".
Basically, the software package includes a simple ping-echo server and a
telnet-like client. The client program sends user's input from console to
server with extra meta information, and the server sends the message back.
With server's echo, the client calculates some statistics. For more details,
see the document "ORC Developer Coding Exercise".