zephyr/samples/nanokernel/apps/network
Jukka Rissanen c16d29ec0f net: apps: Simple echo server that sends back the data
The echo server is listening on port 4242 and when it receives
UDP packet, it will reverse the data and send it back to the
caller. This can be used to verify that the IP stack is doing
something useful.

Change-Id: Ibbc48c21f2513d59480c5a3bb34c775eb3df8170
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:14:34 -05:00
..
echo_server net: apps: Simple echo server that sends back the data 2016-02-05 20:14:34 -05:00
listener net: apps: Simple listener application that just receives packets 2016-02-05 20:14:30 -05:00
loopback_test net: apps: Add a sample app using the loopback driver 2016-02-05 20:14:29 -05:00