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.

Dependencies:   lwip

Fork of mbed-os-example-client by mbed-os-examples

Committer:
mbed_official
Date:
Thu Mar 09 14:30:14 2017 +0000
Revision:
71:23c95e43feb9
Parent:
63:c73f78fd7982
Merge pull request #190 from ARMmbed/oob_test_mbed-os-5.4

OOB test mbed OS 5.4
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client

Who changed what in which revision?

UserRevisionLine numberNew 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": "MESH_THREAD"
mbed_official 45:b150e0aa009c 6 },
mbed_official 45:b150e0aa009c 7 "mesh_radio_type": {
mbed_official 45:b150e0aa009c 8 "help": "options are ATMEL, MCR20",
mbed_official 45:b150e0aa009c 9 "value": "ATMEL"
mbed_official 45:b150e0aa009c 10 }
mbed_official 45:b150e0aa009c 11 },
mbed_official 45:b150e0aa009c 12 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
mbed_official 45:b150e0aa009c 13 "target_overrides": {
mbed_official 45:b150e0aa009c 14 "*": {
mbed_official 45:b150e0aa009c 15 "target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
mbed_official 63:c73f78fd7982 16 "platform.stdio-baud-rate": 115200,
mbed_official 63:c73f78fd7982 17 "platform.stdio-convert-newlines": true,
mbed_official 71:23c95e43feb9 18 "mbed-mesh-api.thread-config-channel": 22,
mbed_official 71:23c95e43feb9 19 "mbed-mesh-api.thread-config-panid": "0x0700",
mbed_official 45:b150e0aa009c 20 "mbed-trace.enable": 0
mbed_official 45:b150e0aa009c 21 }
mbed_official 45:b150e0aa009c 22 }
mbed_official 45:b150e0aa009c 23 }