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:
- 0:7d5ec759888b
- Child:
- 1:e06e899acba6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Mon Jul 25 16:32:20 2016 +0300 @@ -0,0 +1,23 @@ +{ + "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\"" + } + }, + "target_overrides": { + "*": { + "target.features_add": ["IPV6", "CLIENT", "IPV4"], + "mbed-client.reconnection-count": 3, + "mbed-client.reconnection-interval": 5 + } + } +}