UDPServer

This application demonstrates how to use the library to create a UDP server application.

The application binds to 127.0.0.1:1000, send a UDP datagram to this address and see what happened.

 

Main classes

 

CUDPSocketAsync