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:   WizFi310Interface_Draft

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

Revision:
50:31005695f3a3
Parent:
49:3df367a86ec7
--- a/mbed_app.json	Mon Dec 18 23:46:25 2017 +0000
+++ b/mbed_app.json	Tue Dec 19 17:00:27 2017 +0900
@@ -25,7 +25,9 @@
         "*": {
             "platform.stdio-convert-newlines": true,
             "platform.stdio-baud-rate": 115200,
-            "platform.default-serial-baud-rate": 115200
+            "platform.default-serial-baud-rate": 115200,
+            "drivers.uart-serial-rxbuf-size":1024,
+            "drivers.uart-serial-txbuf-size":1024
         },
         "UBLOX_EVK_ODIN_W2": {
             "target.device_has": ["EMAC"]