Contains demonstrator code to connect the mbed FRDM-K64F devices to the Datavenue Live Objects SaaS platform.

Dependencies:   MQTTPacket

Revision:
0:a46886781dee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon Nov 28 09:53:02 2016 +0100
@@ -0,0 +1,17 @@
+{
+    "config": {
+        "network-interface":{
+            "help": "options are ETHERNET",
+            "value": "ETHERNET"
+        }
+    },
+    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_configs/liveobjects_mbedtls_custom_config.h\"", "MBED_CONF_MBED_TRACE_ENABLE=1"],
+    "target_overrides": {
+        "*": {
+            "target.features_add": [ "COMMON_PAL" ],
+             "mbed-trace.enable": 1
+        }
+    }
+}
+
+