Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Committer:
wgd8700
Date:
Sat Aug 29 13:17:33 2015 +0000
Revision:
3:9bb6756cc6f9
Parent:
1:9b27c8fda456
Child:
5:d20c2d97258a
Fix UDP client rx recv_host empty bug

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wgd8700 3:9bb6756cc6f9 1 # NNN40 WI-FI SDK version 20150829, release at 2015/8/29
Marcomissyou 0:4085cc9441f3 2 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
Marcomissyou 0:4085cc9441f3 3
wgd8700 1:9b27c8fda456 4 # Highlight of this release
wgd8700 3:9bb6756cc6f9 5 * Fix UDP client rx recv_host empty bug
wgd8700 1:9b27c8fda456 6
wgd8700 1:9b27c8fda456 7 # Major supported features
Marcomissyou 0:4085cc9441f3 8 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~13.5KB)
Marcomissyou 0:4085cc9441f3 9 * Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~35KB)
Marcomissyou 0:4085cc9441f3 10 * Support DNS client for TCP/UDP
Marcomissyou 0:4085cc9441f3 11 * 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
Marcomissyou 0:4085cc9441f3 12
wgd8700 1:9b27c8fda456 13 # Roapmap
wgd8700 1:9b27c8fda456 14 * Support BLE and WIFI coexistence
wgd8700 1:9b27c8fda456 15 * Support WIFI AP mode
wgd8700 1:9b27c8fda456 16
wgd8700 1:9b27c8fda456 17 # Supported functionalities of embeded Wi-Fi chipset
Marcomissyou 0:4085cc9441f3 18 Currently supported functionalities include:
Marcomissyou 0:4085cc9441f3 19 * IEEE 802.11 b/g/n connectivity
Marcomissyou 0:4085cc9441f3 20 * Station (STA) infrastructure mode
Marcomissyou 0:4085cc9441f3 21 * WEP/WPA/WPA2 security
Marcomissyou 0:4085cc9441f3 22 * DHCP Client and Static IPv4 addressing
Marcomissyou 0:4085cc9441f3 23 * TCP Server/Client
Marcomissyou 0:4085cc9441f3 24 * UDP Server/Client
Marcomissyou 0:4085cc9441f3 25
Marcomissyou 0:4085cc9441f3 26 # Getting Started
Marcomissyou 0:4085cc9441f3 27 This WIFI API is meant to be used on Delta NNN40 EVB.
Marcomissyou 0:4085cc9441f3 28 A good starting point are these pages:
Marcomissyou 0:4085cc9441f3 29 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
Marcomissyou 0:4085cc9441f3 30 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
Marcomissyou 0:4085cc9441f3 31 * [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