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

Dependencies:   MQTTPacket

liveobjects_dev_config.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'.
 *
 * This file is part of LiveObjects iotsoftbox-mqtt library.
 */

/**
 * @file  liveobjects_dev_config.h
 *
 * @brief User parameters used to overwrite the default LiveObjects parameters
 *        defined in header file : LiveObjectsClient_Config.h
 *
 */

#ifndef __liveobjects_dev_config_H_
#define __liveobjects_dev_config_H_


//#define LOC_FEATURE_MBEDTLS                  0

//#define LOC_FEATURE_LO_STATUS                0
//#define LOC_FEATURE_LO_PARAMS                0
//#define LOC_FEATURE_LO_DATA                  0
//#define LOC_FEATURE_LO_COMMANDS              0
//#define LOC_FEATURE_LO_RESOURCES             0



//#define LOC_MQTT_API_KEEPALIVEINTERVAL_SEC   30
//#define LOC_MQTT_DEF_SND_SZ                  (1024*2)
//#define LOC_MQTT_DEF_RCV_SZ                  (1024*2)

//#define LOC_MQTT_DEF_TOPIC_NAME_SZ           40
//#define LOC_MQTT_DEF_DEV_ID_SZ               20
//#define LOC_MQTT_DEF_NAME_SPACE_SZ           20

//#define LOC_MQTT_DEF_PENDING_MSG_MAX         5
//#define LOC_MAX_OF_COMMAND_ARGS              5
//#define LOC_MAX_OF_DATA_SET                  5

//#define LOM_JSON_BUF_SZ                      1024
//#define LOM_JSON_BUF_USER_SZ                 200

#endif /* __liveobjects_dev_config_H_ */