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

Dependencies:   MQTTPacket

liveobjects_sample.h

Committer:
jhamel
Date:
2017-04-04
Revision:
8:82317399e4ce
Parent:
0:92f8cff1cf35

File content as of revision 8:82317399e4ce:

/*
 * Copyright (C) 2016 Orange
 *
 * This software is distributed under the terms and conditions of the 'BSD-3-Clause'
 * license which can be found in the file 'LICENSE.txt' in this package distribution
 * or at 'https://opensource.org/licenses/BSD-3-Clause'.
 */

/**
  * @file  liveobjects_sample.h
  * @brief Interfaces used by this LiveObject IoT Client Sample
  */
#ifndef __liveobjects_sample_H__
#define __liveobjects_sample_H__

// LiveObjects Device settings: IP Address, TLS or not , ..;
#include "liveobjects_dev_params.h"

// LiveObjects Library interface
#include "LiveObjectsClient_Core.h"

// Definitions set for this board or os.
#include "LiveObjectsClient_Platform.h"

#include "mbed.h"

#endif // __liveobjects_sample_H__