This is a simple mbed client example demonstrating, registration of a device with mbed Device Connector and reading and writing values as well as deregistering on different Network Interfaces including Ethernet, WiFi, 6LoWPAN ND and Thread respectively.

Fork of mbed-os-example-client by mbed-os-examples

Revision:
62:077cbce2bd10
Parent:
32:7b3841243d70
Child:
63:c73f78fd7982
--- a/mbed_app.json	Thu Feb 02 07:00:11 2017 +0000
+++ b/mbed_app.json	Thu Feb 02 08:30:11 2017 +0000
@@ -40,6 +40,9 @@
         "NUCLEO_F411RE": {
             "wifi-tx": "PA_11",
             "wifi-rx": "PA_12"
+        },
+        "UBLOX_EVK_ODIN_W2": {
+        "target.device_has_remove": ["EMAC"]
         }
     }
 }