TCP Server 2
[Example Projects]

This example is contained in "./tcp/src/main_tcp2.c"

This example program shows how to send and receive TCP data. This program acts as the server, and listens for any data entering on TCP port 54123. If a TCP message is received, we read it and return data to the same socket (IP and port) that just sent us data.

The following modules are included in this project:


Generated on Wed Jul 11 11:34:38 2007 for Example Projects by  doxygen 1.5.2