UDP Server 1
[Example Projects]

This example is contained in "./udp/src/main_udp1.c"

This example program shows how to receive UDP datagrams. This program acts as the server, and listens for any data entering on UDP port 54123. If a UDP message is received, we set the system LED if the first byte of the received message '1', and clear the system LED if it is '0'

For testing this example, the free Netix Network utility program (see www.modtronix.com/soft/netix) can be used. This program has a UDP terminal that can be used for sending and receiving UDP Datagrams.

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