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.

Dependencies:   lwip

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

Revision:
71:23c95e43feb9
Parent:
63:c73f78fd7982
--- a/configs/mesh_thread.json	Thu Mar 09 14:00:12 2017 +0000
+++ b/configs/mesh_thread.json	Thu Mar 09 14:30:14 2017 +0000
@@ -15,8 +15,8 @@
             "target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
             "platform.stdio-baud-rate": 115200,
             "platform.stdio-convert-newlines": true,
-            "mbed-mesh-api.thread-config-channel": 12,
-            "mbed-mesh-api.thread-config-panid": "0xDEFA",
+            "mbed-mesh-api.thread-config-channel": 22,
+            "mbed-mesh-api.thread-config-panid": "0x0700",
             "mbed-trace.enable": 0
         }
     }