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: mbed_app.json
- Revision:
- 21:b88cdeb5b302
- Parent:
- 13:c44e318674db
- Child:
- 31:218ca6b6fe19
diff -r 5542a1afdc32 -r b88cdeb5b302 mbed_app.json --- a/mbed_app.json Wed Oct 05 05:15:22 2016 +0100 +++ b/mbed_app.json Fri Oct 21 09:30:10 2016 +0100 @@ -4,6 +4,10 @@ "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", "value": "ETHERNET" }, + "mesh_radio_type": { + "help": "options are ATMEL, MCR20", + "value": "ATMEL" + }, "wifi-ssid": { "help": "WiFi SSID", "value": "\"SSID\"" @@ -24,9 +28,10 @@ "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], "target_overrides": { "*": { - "target.features_add": ["CLIENT", "COMMON_PAL"], - "mbed-client.reconnection-count": 3, - "mbed-client.reconnection-interval": 5 + "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 }, "NUCLEO_F401RE": { "wifi-tx": "PA_11",