
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_app.json
- Committer:
- mbed_official
- Date:
- 2016-10-05
- Revision:
- 20:5542a1afdc32
- Parent:
- 13:c44e318674db
- Child:
- 21:b88cdeb5b302
File content as of revision 20:5542a1afdc32:
{ "config": { "network-interface":{ "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", "value": "ETHERNET" }, "wifi-ssid": { "help": "WiFi SSID", "value": "\"SSID\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"Password\"" }, "wifi-tx": { "help": "TX pin for serial connection to external device", "value": "D1" }, "wifi-rx": { "help": "RX pin for serial connection to external device", "value": "D0" } }, "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 }, "NUCLEO_F401RE": { "wifi-tx": "PA_11", "wifi-rx": "PA_12" }, "NUCLEO_F411RE": { "wifi-tx": "PA_11", "wifi-rx": "PA_12" } } }