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:
51:f2c99fcbcd08
Parent:
45:b150e0aa009c
Child:
63:c73f78fd7982
--- a/configs/mesh_thread.json	Thu Dec 22 07:30:10 2016 +0000
+++ b/configs/mesh_thread.json	Wed Jan 04 22:15:09 2017 +0000
@@ -13,8 +13,8 @@
     "target_overrides": {
         "*": {
             "target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
-            "mbed-mesh-api.thread-config-channel": 18,
-            "mbed-mesh-api.thread-config-panid": "0xBAAB",
+            "mbed-mesh-api.thread-config-channel": 12,
+            "mbed-mesh-api.thread-config-panid": "0xDEFA",
             "mbed-trace.enable": 0
         }
     }