Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

README.md

Committer:
wgd8700
Date:
2015-08-29
Revision:
3:9bb6756cc6f9
Parent:
1:9b27c8fda456
Child:
5:d20c2d97258a

File content as of revision 3:9bb6756cc6f9:

# NNN40 WI-FI SDK version 20150829, release at 2015/8/29
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

# 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)
* 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 

# Supported functionalities of embeded Wi-Fi chipset
Currently supported  functionalities include:
* IEEE 802.11 b/g/n connectivity
* Station (STA) infrastructure mode
* WEP/WPA/WPA2 security
* DHCP Client and Static IPv4 addressing
* TCP Server/Client
* UDP Server/Client

# Getting Started 
This WIFI API is meant to be used on Delta NNN40 EVB. 
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