open-ameba/sdk/component/common/example/socket_select
Drasko DRASKOVIC eeb7f808ae Change SDK dir name. Use OpenOCD only.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-05-14 18:47:13 +02:00
..
example_socket_select.c Change SDK dir name. Use OpenOCD only. 2017-05-14 18:47:13 +02:00
example_socket_select.h Change SDK dir name. Use OpenOCD only. 2017-05-14 18:47:13 +02:00
readme.txt Change SDK dir name. Use OpenOCD only. 2017-05-14 18:47:13 +02:00

LWIP SOCKET SELECT EXAMPLE

Description:
TCP server listens on port 5000 and handle socket by select().

Configuration:
[platform_opts.h]
    #define CONFIG_EXAMPLE_SOCKET_SELECT    1

Execution:
Can make automatical Wi-Fi connection when booting by using wlan fast connect example.
A socket select example thread will be started automatically when booting.