Delta / Mbed 2 deprecated BLE_WIFIControl

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_WiFi by Delta

Committer:
Marcomissyou
Date:
Mon Mar 23 01:57:58 2015 +0000
Revision:
4:6e3cc0584ae9
update WiFi_API 20150304d

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Marcomissyou 4:6e3cc0584ae9 1 # NNN40 WI-FI SDK version 20150304d, release at 2015/3/17
Marcomissyou 4:6e3cc0584ae9 2 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
Marcomissyou 4:6e3cc0584ae9 3
Marcomissyou 4:6e3cc0584ae9 4 # Updated in this version
Marcomissyou 4:6e3cc0584ae9 5 * Fix wifi inti fail (timing issue) issue
Marcomissyou 4:6e3cc0584ae9 6 * Change type of ap_ssid and ap_pw to char*
Marcomissyou 4:6e3cc0584ae9 7 * Command getNetworkMask() and getGateway()
Marcomissyou 4:6e3cc0584ae9 8 * Bug fix: is_connect() return 0 when close() function is called
Marcomissyou 4:6e3cc0584ae9 9 * Bug fix: listen() return 0
Marcomissyou 4:6e3cc0584ae9 10 * Change TCP ERROR retry to 3 times
Marcomissyou 4:6e3cc0584ae9 11 * WIFI SPI interface change to SPI0
Marcomissyou 4:6e3cc0584ae9 12 * WIFI MAC Address readout from Flash
Marcomissyou 4:6e3cc0584ae9 13
Marcomissyou 4:6e3cc0584ae9 14 # Supported functionalities
Marcomissyou 4:6e3cc0584ae9 15 Currently supported functionalities include:
Marcomissyou 4:6e3cc0584ae9 16 * IEEE 802.11 b/g/n connectivity
Marcomissyou 4:6e3cc0584ae9 17 * Station (STA) infrastructure mode
Marcomissyou 4:6e3cc0584ae9 18 * WEP/WPA/WPA2 security
Marcomissyou 4:6e3cc0584ae9 19 * DHCP Client and Static IPv4 addressing
Marcomissyou 4:6e3cc0584ae9 20 * TCP Server/Client
Marcomissyou 4:6e3cc0584ae9 21 * UDP Server/Client
Marcomissyou 4:6e3cc0584ae9 22
Marcomissyou 4:6e3cc0584ae9 23 # Getting Started
Marcomissyou 4:6e3cc0584ae9 24 This WIFI API is meant to be used on Delta NNN40 EVB.
Marcomissyou 4:6e3cc0584ae9 25 A good starting point are these pages:
Marcomissyou 4:6e3cc0584ae9 26 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
Marcomissyou 4:6e3cc0584ae9 27 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
Marcomissyou 4:6e3cc0584ae9 28 * [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