Hello World program for NNN50_WIFI_API library

Dependencies:   NNN50_WIFI_API

This is a must try example for basic WIFI functions using DELTA DFCM-NNN50 platform. In order to test with this example, user first need to open UDP Server port (use 1030 in this example) on a PC or mobile with Socket test tool (download UDP Test Tool' for PC, and Socket X for iOS or anymore socket test tool program available) When this example is running, the module will connect to a pre-defined AP router and run as UDP Client. For more information on the usage of regular TCP and UDP Sockets, the mbed handbook can be found here

History

update NNN50_WIFI_API and mbed-os to sync with each other default tip

2017-06-29, by tsungta [Thu, 29 Jun 2017 04:21:01 +0000] rev 8

update NNN50_WIFI_API and mbed-os to sync with each other


update mbed-os to 5.5.0; update NNN50_WIFI_API to revision 45 to sync with mbed-os 5.5.0

2017-06-22, by tsungta [Thu, 22 Jun 2017 01:15:51 +0000] rev 7

update mbed-os to 5.5.0; update NNN50_WIFI_API to revision 45 to sync with mbed-os 5.5.0


revert to revision 4

2017-05-04, by tsungta [Thu, 04 May 2017 02:46:55 +0000] rev 6

revert to revision 4


AS7000 driver update

2017-05-02, by sog_yang [Tue, 02 May 2017 08:23:15 +0000] rev 5

AS7000 driver update


This revision is based on mbed-os (mbedOS 5); NNN50_WIFI_API need to update to 22:5b38592 at least ; Add mbed_app.json for proper platform setting; Add .mbedignore (may not shown in IDE)

2017-04-17, by tsungta [Mon, 17 Apr 2017 14:19:36 +0000] rev 4

This revision is based on mbed-os (mbedOS 5); NNN50_WIFI_API need to update to 22:5b38592 at least ; Add mbed_app.json for proper platform setting; Add .mbedignore (may not shown in IDE)


Revise main to fix bug (empty getIPAddress, etc); Update NNN50_WIFI_API to revision 18 (revision 20 have bug)

2017-04-02, by tsungta [Sun, 02 Apr 2017 10:16:20 +0000] rev 3

Revise main to fix bug (empty getIPAddress, etc); Update NNN50_WIFI_API to revision 18 (revision 20 have bug)


add wifi.sleep() in the sample code

2016-12-19, by tsungta [Mon, 19 Dec 2016 03:56:13 +0000] rev 2

add wifi.sleep() in the sample code


Remove m2m_wifi_handle_events(NULL); from main.cpp; Add udp client test code

2016-12-03, by tsungta [Sat, 03 Dec 2016 15:29:30 +0000] rev 1

Remove m2m_wifi_handle_events(NULL); from main.cpp; Add udp client test code


First commit; Show the usage of apScan() and connect()

2016-11-23, by tsungta [Wed, 23 Nov 2016 17:47:35 +0000] rev 0

First commit; Show the usage of apScan() and connect()