UDPSockets
From NetBurner Wiki
The UDP Sockets Example is an example included with the NNDK. It can be found in \nburn\examples\udp\UDPSockets.
Project Description
This application will send/receive UDP packets with another host on a network, such as a PC. Use the MTTTY serial port program to access the menu and prompts to specify the destination IP address and port number.
NetBurner supplies an API for handling UDP as a C++ Class using UDPPacket, or you can use a UDP socets API (see UDP socet example).
For an external UDP host you can use the NetBurner java example, or the NetBurner UDP terminal program.
Requirements
- A network enabled NetBurner
- NetBurner's Eclipse IDE
Source Code
This source code is included for reference only.For up to date source, please use the example application source code included with your Development Kit
