Gill Wei / WIFI_API_32kRAM

Fork of WIFI_API_32kRAM by Delta

Revision:
5:d20c2d97258a
Parent:
3:9bb6756cc6f9
Child:
7:91824a659c5b
--- a/README.md	Sat Aug 29 13:17:59 2015 +0000
+++ b/README.md	Mon Aug 31 07:04:53 2015 +0000
@@ -1,23 +1,24 @@
-# NNN40 WI-FI SDK version 20150829, release at 2015/8/29
+# NNN40 WI-FI SDK version 20150831, release at 2015/8/31
 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
 
 # Highlight of this release
-* Fix UDP client rx recv_host empty bug
+* Suport Soft AP mode (able to switch between STA and Soft AP mode, but not concurrent), user must DnD SoftAP_FW_update.hex to DELTA folder to update internal flash (only need to perform once)
 
 # Major supported features
-* Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~13.5KB)
-* Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~35KB)
+* 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
 
 # Roapmap
 * Support BLE and WIFI coexistence
-* Support WIFI AP mode 
+* Support light weight SSL (modified from CyaSSL)
 
 # Supported functionalities of embeded Wi-Fi chipset
 Currently supported  functionalities include:
 * IEEE 802.11 b/g/n connectivity
 * Station (STA) infrastructure mode
+* Soft AP mode with DHCP server
 * WEP/WPA/WPA2 security
 * DHCP Client and Static IPv4 addressing
 * TCP Server/Client