A quick example of a simple WiFi application using the WiFi and network-socket APIs that is provided as a part of mbed-os.

The program brings up the WiFi and the underlying network interface, and uses it to scans available networks, connects to a network, prints interface and connection details and performs simple HTTP operation.

Supported hardware:

Not that the mbed target board the WiFi shield gets connected to shouldn't have any other network interface e.g. Ethernet.

ESP8266 is a fallback option and will be used if the build is for unsupported platform.

Revision:
93:d2ba18c82ce3
Parent:
91:dab9882e2b49
Child:
97:6c627aade339
diff -r 4d6f7b007221 -r d2ba18c82ce3 README.md
--- a/README.md	Thu Jan 17 12:45:04 2019 +0000
+++ b/README.md	Sun Jan 27 18:30:04 2019 +0000
@@ -2,6 +2,8 @@
 
 Wi-Fi example for Mbed OS
 
+(Note: To see this example in a rendered form you can import into the Arm Mbed Online Compiler, please see [the documentation](https://os.mbed.com/docs/mbed-os/latest/apis/wi-fi.html#wi-fi-example).)
+
 ## Getting started with the Wi-Fi API ##
 
 This is an example of a Wi-Fi application using the Wi-Fi APIs that [Mbed OS](https://github.com/ARMmbed/mbed-os) provides.