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
configs/mesh_6lowpan.json
- Committer:
- mbed_official
- Date:
- 2017-01-04
- Revision:
- 51:f2c99fcbcd08
- Parent:
- 45:b150e0aa009c
- Child:
- 63:c73f78fd7982
File content as of revision 51:f2c99fcbcd08:
{ "config": { "network-interface":{ "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", "value": "MESH_LOWPAN_ND" }, "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", "LOWPAN_ROUTER", "COMMON_PAL"], "mbed-mesh-api.6lowpan-nd-channel-page": 0, "mbed-mesh-api.6lowpan-nd-channel": 12, "mbed-trace.enable": 0 } } }