Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Committer:
wgd8700
Date:
Wed Sep 09 18:22:26 2015 +0000
Revision:
7:91824a659c5b
Parent:
5:d20c2d97258a
Child:
9:46708b47a64d
Child:
11:659b13c3437a
Add apScan, wifi_SP_version and storage API in WIFIDevice.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wgd8700 7:91824a659c5b 1 # NNN40 WI-FI SDK version 20150909, release at 2015/9/9
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 7:91824a659c5b 5 * Add apScan, wifi_SP_version, and storage relative API in WIFIDevice.h
wgd8700 1:9b27c8fda456 6
wgd8700 1:9b27c8fda456 7 # Major supported features
wgd8700 5:d20c2d97258a 8 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~7.5KB)
wgd8700 5:d20c2d97258a 9 * Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~20KB)
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 5:d20c2d97258a 15 * Support light weight SSL (modified from CyaSSL)
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
wgd8700 7:91824a659c5b 21 * Soft AP mode with DHCP server, user must DnD SoftAP_FW_update.hex to DELTA folder to update internal flash (only need to perform once)
Marcomissyou 0:4085cc9441f3 22 * WEP/WPA/WPA2 security
Marcomissyou 0:4085cc9441f3 23 * DHCP Client and Static IPv4 addressing
Marcomissyou 0:4085cc9441f3 24 * TCP Server/Client
Marcomissyou 0:4085cc9441f3 25 * UDP Server/Client
Marcomissyou 0:4085cc9441f3 26
Marcomissyou 0:4085cc9441f3 27 # Getting Started
Marcomissyou 0:4085cc9441f3 28 This WIFI API is meant to be used on Delta NNN40 EVB.
Marcomissyou 0:4085cc9441f3 29 A good starting point are these pages:
Marcomissyou 0:4085cc9441f3 30 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
Marcomissyou 0:4085cc9441f3 31 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
Marcomissyou 0:4085cc9441f3 32 * [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