Hello World program for NNN50 SoftAP mode

Dependencies:   NNN50_WIFI_API

This is a SoftAP example for Delta DFCM-NNN50 platform. In order to test with this example, user first need to open TCP Client port (use port 1030 in this example) on a PC or mobile with Socket test tool (download RealTerm' for PC, and Socket X for iOS or anymore socket test tool program available) When this example is running, the module will run as SoftAP with TCP Server. A PC or mobile can then connect to the SoftAP and connect to Server port. Once Server port is connected, user can send out the test message and expected to receive the reversed test message reply by Delta DFCM-NNN50. For more information on the usage of regular TCP and UDP Sockets, the mbed handbook can be found here

History

This revision is based on mbed-os (mbedOS 5) with an application bug (panic when remote endpoint close the socket) correction ; NNN50_WIFI_API need to update to 22:5b38592 at least; Add mbed_app.json for correct setting; Add.mbedignore (may not shown) default tip

2017-04-17, by tsungta [Mon, 17 Apr 2017 15:58:54 +0000] rev 2

This revision is based on mbed-os (mbedOS 5) with an application bug (panic when remote endpoint close the socket) correction ; NNN50_WIFI_API need to update to 22:5b38592 at least; Add mbed_app.json for correct setting; Add.mbedignore (may not shown)


Change set_blocking timeout to 10s, easier to test with; Update NNN50_WIFI_API to revision 18 (it seems revision 20 have bug needs to be fixed)

2017-04-02, by tsungta [Sun, 02 Apr 2017 03:03:57 +0000] rev 1

Change set_blocking timeout to 10s, easier to test with; Update NNN50_WIFI_API to revision 18 (it seems revision 20 have bug needs to be fixed)


First commit

2016-12-03, by tsungta [Sat, 03 Dec 2016 15:52:33 +0000] rev 0

First commit