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

Dependencies:   MQTTPacket

Committer:
jhamel
Date:
Tue Apr 04 16:29:57 2017 +0200
Revision:
3:56af709c24e1
Parent:
0:a46886781dee
Use CA from Symantec/VeriSign, and fix TLS issue

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhamel 0:a46886781dee 1 /*
jhamel 0:a46886781dee 2 * Copyright (C) 2016 Orange
jhamel 0:a46886781dee 3 *
jhamel 0:a46886781dee 4 * This software is distributed under the terms and conditions of the 'BSD-3-Clause'
jhamel 0:a46886781dee 5 * license which can be found in the file 'LICENSE.txt' in this package distribution
jhamel 0:a46886781dee 6 * or at 'https://opensource.org/licenses/BSD-3-Clause'.
jhamel 0:a46886781dee 7 */
jhamel 0:a46886781dee 8
jhamel 0:a46886781dee 9 /**
jhamel 0:a46886781dee 10 * @file __liveobjects_demo_H__.h
jhamel 0:a46886781dee 11 * @brief Interfaces used by this LiveObject IoT Client Demonstrator
jhamel 0:a46886781dee 12 */
jhamel 0:a46886781dee 13 #ifndef __liveobjects_demo_H__
jhamel 0:a46886781dee 14 #define __liveobjects_demo_H__
jhamel 0:a46886781dee 15
jhamel 0:a46886781dee 16 #include "liveobjects_dev_params.h"
jhamel 0:a46886781dee 17
jhamel 0:a46886781dee 18 #include "LiveObjectsClient_Core.h"
jhamel 0:a46886781dee 19 #include "LiveObjectsClient_Toolbox.h"
jhamel 0:a46886781dee 20
jhamel 0:a46886781dee 21 #include "LiveObjectsClient_Platform.h"
jhamel 0:a46886781dee 22
jhamel 0:a46886781dee 23 #include "mbed.h"
jhamel 0:a46886781dee 24
jhamel 0:a46886781dee 25 #endif // __liveobjects_demo_H__