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
Diff: configs/mesh_thread.json
- Revision:
- 45:b150e0aa009c
- Child:
- 51:f2c99fcbcd08
diff -r 2b472e66a942 -r b150e0aa009c configs/mesh_thread.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configs/mesh_thread.json Tue Dec 13 13:45:11 2016 +0000 @@ -0,0 +1,21 @@ +{ + "config": { + "network-interface":{ + "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", + "value": "MESH_THREAD" + }, + "mesh_radio_type": { + "help": "options are ATMEL, MCR20", + "value": "ATMEL" + } + }, + "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], + "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-trace.enable": 0 + } + } +}