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: configs/eth_v4.json
- Revision:
- 62:077cbce2bd10
- Parent:
- 45:b150e0aa009c
- Child:
- 63:c73f78fd7982
diff -r 418d284b2bfd -r 077cbce2bd10 configs/eth_v4.json --- a/configs/eth_v4.json Thu Feb 02 07:00:11 2017 +0000 +++ b/configs/eth_v4.json Thu Feb 02 08:30:11 2017 +0000 @@ -12,6 +12,9 @@ "lwip.ipv4-enabled": true, "lwip.ipv6-enabled": false, "mbed-trace.enable": 0 + }, + "UBLOX_EVK_ODIN_W2": { + "target.device_has_remove": ["EMAC"] } } }