Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Revision:
19:a11db6055532
Parent:
13:cb69aaed5e8b
--- a/README.md	Wed Oct 07 05:14:22 2015 +0000
+++ b/README.md	Wed Jan 13 08:38:45 2016 +0000
@@ -1,18 +1,24 @@
-# NNN40 WI-FI SDK version 20151007, release at 2015/10/07
+# NNN40 WI-FI SDK version 20160113, release at 2016/1/13
 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
 
 # Highlight of this release
-* Fix receive_all bug so Websocket is supported now
+* WIFI_API can be import by any mbed platforms and run as WIFI host via SPI connected with Delta DFCM-NNN40
 
 # Major supported features
 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~7.5KB)
 * Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~20KB)
 * Support DNS client for TCP/UDP
 * Fast AP re-connection is performed automatically, user can call EthernetInterface.disconnect() to have lowest power consumption of 4uA, then call init and connected to previous AP for less than 4 sec
+* Support BLE and WIFI coexistence (refer to WIFIDevice.h)
+* Support SoftAP mode (refer to sample code NNN40_WiFi_SoftAP)
+* Support Websocket library (refer to sample code NNN40_Websocket)
+* Support XmppClient library (refer to sample code NNN40XmppClient)
+* Support http server (refer to sample code NNN40_APmodeToSTAmodeByHTTPServer)
+* Support http client (refer to sample code NNN40_HTTPClient_GET_POST)
 
 # Roadmap
-* Support BLE and WIFI coexistence
 * Support light weight SSL (modified from CyaSSL)
+* Support ARM RTX (RTOS)
 
 # Supported functionalities of embeded Wi-Fi chipset
 Currently supported  functionalities include:
@@ -30,4 +36,4 @@
 A good starting point are these pages:
 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
-* [Socket - Handbook](http://developer.mbed.org/handbook/Socket) a simple and consistent way to communicate using bsd-like TCP and UDP sockets over WI-FI 
\ No newline at end of file
+* [Socket - Handbook](http://developer.mbed.org/handbook/Socket) a simple and consistent way to communicate using bsd-like TCP and UDP sockets over WI-FI