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
configs/eth_v6.json@72:8fcde208b155, 2017-03-09 (annotated)
- Committer:
- markblackburnetcorp
- Date:
- Thu Mar 09 20:00:41 2017 +0000
- Branch:
- markblackburn
- Revision:
- 72:8fcde208b155
- Parent:
- 63:c73f78fd7982
My changes;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 45:b150e0aa009c | 1 | { |
mbed_official | 45:b150e0aa009c | 2 | "config": { |
mbed_official | 45:b150e0aa009c | 3 | "network-interface":{ |
mbed_official | 63:c73f78fd7982 | 4 | "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD", |
mbed_official | 45:b150e0aa009c | 5 | "value": "ETHERNET" |
mbed_official | 45:b150e0aa009c | 6 | } |
mbed_official | 45:b150e0aa009c | 7 | }, |
mbed_official | 45:b150e0aa009c | 8 | "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], |
mbed_official | 45:b150e0aa009c | 9 | "target_overrides": { |
mbed_official | 45:b150e0aa009c | 10 | "*": { |
mbed_official | 45:b150e0aa009c | 11 | "target.features_add": ["LWIP", "COMMON_PAL"], |
mbed_official | 63:c73f78fd7982 | 12 | "platform.stdio-baud-rate": 115200, |
mbed_official | 63:c73f78fd7982 | 13 | "platform.stdio-convert-newlines": true, |
mbed_official | 45:b150e0aa009c | 14 | "lwip.ipv4-enabled": false, |
mbed_official | 45:b150e0aa009c | 15 | "lwip.ipv6-enabled": true, |
mbed_official | 45:b150e0aa009c | 16 | "mbed-trace.enable": 0 |
mbed_official | 62:077cbce2bd10 | 17 | }, |
mbed_official | 62:077cbce2bd10 | 18 | "UBLOX_EVK_ODIN_W2": { |
mbed_official | 62:077cbce2bd10 | 19 | "target.device_has_remove": ["EMAC"] |
mbed_official | 45:b150e0aa009c | 20 | } |
mbed_official | 45:b150e0aa009c | 21 | } |
mbed_official | 45:b150e0aa009c | 22 | } |