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 Fri Sep 22 10:01:54 2006 for Example Projects by  doxygen 1.4.7