Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Committer:
wgd8700
Date:
Wed Sep 16 01:58:09 2015 +0000
Revision:
9:46708b47a64d
Parent:
7:91824a659c5b
Fix bugs; Update Endpoint.cpp / Endpoint.h / socket_nmc.c /  TCPSocketConnection.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wgd8700 9:46708b47a64d 1 # NNN40 WI-FI SDK version 20150915, release at 2015/9/15
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 9:46708b47a64d 5 * Fix receive_all return -1 bug and TCP get_address bug
wgd8700 7:91824a659c5b 6 * Add apScan, wifi_SP_version, and storage relative API in WIFIDevice.h
wgd8700 1:9b27c8fda456 7
wgd8700 1:9b27c8fda456 8 # Major supported features
wgd8700 5:d20c2d97258a 9 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~7.5KB)
wgd8700 5:d20c2d97258a 10 * Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~20KB)
Marcomissyou 0:4085cc9441f3 11 * Support DNS client for TCP/UDP
Marcomissyou 0:4085cc9441f3 12 * 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 13
wgd8700 9:46708b47a64d 14 # Roadmap
wgd8700 1:9b27c8fda456 15 * Support BLE and WIFI coexistence
wgd8700 5:d20c2d97258a 16 * Support light weight SSL (modified from CyaSSL)
wgd8700 1:9b27c8fda456 17
wgd8700 1:9b27c8fda456 18 # Supported functionalities of embeded Wi-Fi chipset
Marcomissyou 0:4085cc9441f3 19 Currently supported functionalities include:
Marcomissyou 0:4085cc9441f3 20 * IEEE 802.11 b/g/n connectivity
Marcomissyou 0:4085cc9441f3 21 * Station (STA) infrastructure mode
wgd8700 7:91824a659c5b 22 * 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 23 * WEP/WPA/WPA2 security
Marcomissyou 0:4085cc9441f3 24 * DHCP Client and Static IPv4 addressing
Marcomissyou 0:4085cc9441f3 25 * TCP Server/Client
Marcomissyou 0:4085cc9441f3 26 * UDP Server/Client
Marcomissyou 0:4085cc9441f3 27
Marcomissyou 0:4085cc9441f3 28 # Getting Started
Marcomissyou 0:4085cc9441f3 29 This WIFI API is meant to be used on Delta NNN40 EVB.
Marcomissyou 0:4085cc9441f3 30 A good starting point are these pages:
Marcomissyou 0:4085cc9441f3 31 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
Marcomissyou 0:4085cc9441f3 32 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
Marcomissyou 0:4085cc9441f3 33 * [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