TcpMultiSocket
From NetBurner Wiki
The TCP/IP Server Multiple Socket Example is an example included with the NNDK. It can be found in \nburn\examples\TCP\TcpMultiSocket.
Project Description
This example creates a TCP server that listens on the specified TCP port number and can handle multiple TCP connections simultaneously (10 in this example).
An easy way to test the example is to use multiple Telnet sessions to create simultaneous connections to the NetBurner device. Status messages are sent out stdio to the debug serial port, and to the client TCP connections.
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
