Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

README.md

Committer:
wgd8700
Date:
2015-10-07
Revision:
13:cb69aaed5e8b
Parent:
11:659b13c3437a
Child:
15:d4e992043905
Child:
19:a11db6055532

File content as of revision 13:cb69aaed5e8b:

# NNN40 WI-FI SDK version 20151007, release at 2015/10/07
This is the export repo for the WIFI_API provided by Delta Electronics, Inc.

# Highlight of this release
* Fix receive_all bug so Websocket is supported now

# Major supported features
* 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

# Roadmap
* Support BLE and WIFI coexistence
* 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, user must DnD SoftAP_FW_update.hex to DELTA folder to update internal flash (only need to perform once)
* WEP/WPA/WPA2 security
* DHCP Client and Static IPv4 addressing
* TCP Server/Client
* UDP Server/Client
* WIFI BLE coexistence 

# 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