Datavenue Live Objects basic sample using liveobjects-iotsoftbox-mqtt library.

Dependencies:   MQTTPacket

Committer:
jhamel
Date:
Tue Apr 04 16:17:23 2017 +0200
Revision:
8:82317399e4ce
Parent:
0:92f8cff1cf35
Use CA from Symantec/VeriSign, and fix TLS issue

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhamel 0:92f8cff1cf35 1 {
jhamel 0:92f8cff1cf35 2 "config": {
jhamel 0:92f8cff1cf35 3 "network-interface":{
jhamel 0:92f8cff1cf35 4 "help": "options are ETHERNET",
jhamel 0:92f8cff1cf35 5 "value": "ETHERNET"
jhamel 0:92f8cff1cf35 6 }
jhamel 0:92f8cff1cf35 7 },
jhamel 0:92f8cff1cf35 8 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_configs/liveobjects_mbedtls_custom_config.h\"", "MBED_CONF_MBED_TRACE_ENABLE=1"],
jhamel 0:92f8cff1cf35 9 "target_overrides": {
jhamel 0:92f8cff1cf35 10 "*": {
jhamel 0:92f8cff1cf35 11 "target.features_add": [ "COMMON_PAL" ],
jhamel 0:92f8cff1cf35 12 "mbed-trace.enable": 1
jhamel 0:92f8cff1cf35 13 }
jhamel 0:92f8cff1cf35 14 }
jhamel 0:92f8cff1cf35 15 }
jhamel 0:92f8cff1cf35 16
jhamel 0:92f8cff1cf35 17