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:
- 1:e06e899acba6
- Parent:
- 0:7d5ec759888b
- Child:
- 5:b7d7ca715fdb
diff -r 7d5ec759888b -r e06e899acba6 mbed_app.json --- a/mbed_app.json Mon Jul 25 16:32:20 2016 +0300 +++ b/mbed_app.json Wed Jul 27 13:49:22 2016 +0300 @@ -15,9 +15,9 @@ }, "target_overrides": { "*": { - "target.features_add": ["IPV6", "CLIENT", "IPV4"], + "target.features_add": ["CLIENT", "COMMON_PAL"], "mbed-client.reconnection-count": 3, "mbed-client.reconnection-interval": 5 } } -} +}