zephyr/net/ip
Jukka Rissanen 0ee55d73af net: tools: Add echo-server test application
This echo-server app is run in the host side. It will
connect to Zephyr via UART using SLIP. The app will
listen data in socket 4242 and will reverse the returned
bytes and send them back to the sender. The application
supports both IPv4 and IPv6 protocols and it will also
listen multicast packets sent to it.

Change-Id: Icf0805794a16842e70fbb5e8a3f843a3782e1968
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:15:22 -05:00
..
contiki net: tools: Add echo-server test application 2016-02-05 20:15:22 -05:00
Kconfig net: Allow network buffer tweaking from Kconfig 2016-02-05 20:15:22 -05:00
Makefile net: Allow network buffer tweaking from Kconfig 2016-02-05 20:15:22 -05:00
dummy_15_4_radio.c net: 15.4: Add support for data Tx/Rx between two qemus 2016-02-05 20:14:40 -05:00
dummy_15_4_radio.h net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver 2016-02-05 20:14:30 -05:00
net_buf.c net: Change the remaining doxygen comments to javadoc style 2016-02-05 20:14:35 -05:00
net_context.c net: Clear only desired network context when releasing it 2016-02-05 20:15:22 -05:00
net_driver_15_4.c net: Network buffers could be lost when sending packets 2016-02-05 20:15:22 -05:00
net_driver_15_4.h net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver 2016-02-05 20:14:30 -05:00
net_driver_loopback.c net: Network buffers could be lost when sending packets 2016-02-05 20:15:22 -05:00
net_driver_loopback.h net: Add loopback driver 2016-02-05 20:14:29 -05:00
net_driver_slip.c net: Network buffers could be lost when sending packets 2016-02-05 20:15:22 -05:00
net_driver_slip.h net: slip: Add slip driver for testing purposes 2016-02-05 20:14:34 -05:00
net_init.c net: Make sure Contiki will not remove received packet 2016-02-05 20:15:22 -05:00