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

Dependencies:   C12832

Fork of mbed-os-example-mbed5-wifi by mbed-os-examples

Revision:
56:bea82468efd3
Parent:
44:63be19b7a3db
diff -r 31af282f6ea5 -r bea82468efd3 mbed_app.json
--- a/mbed_app.json	Fri Feb 16 10:15:02 2018 +0000
+++ b/mbed_app.json	Fri Mar 09 11:30:49 2018 +0000
@@ -6,11 +6,11 @@
 	},
         "wifi-ssid": {
             "help": "WiFi SSID",
-            "value": "\"SSID\""
+            "value": "\"SnackBeans\""
         },
         "wifi-password": {
             "help": "WiFi Password",
-            "value": "\"PASSWORD\""
+            "value": "\"crocodile\""
         },
         "wifi-tx": {
             "help": "TX pin for serial connection to external device",