Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API WIFI_API_32kRAM mbed nRF51822
Fork of NNN40_WiFi by
Diff: WIFI_API/README.md
- Revision:
- 2:35cc31176fe7
- Parent:
- 0:25ffe5869e35
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WIFI_API/README.md Tue Mar 03 10:47:16 2015 +0000 @@ -0,0 +1,18 @@ +# NNN40 WI-FI SDK V1.0, release at 2015/1/16 +This is the export repo for the WIFI_API provided by Delta Electronics, Inc. + +# Supported functionalities +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 \ No newline at end of file
