Orange_IoT / Mbed OS liveobjects-iotsoftbox-basic

Dependencies:   MQTTPacket

Revision:
0:92f8cff1cf35
diff -r 000000000000 -r 92f8cff1cf35 liveobjects_dev_config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/liveobjects_dev_config.h	Fri Nov 25 16:12:09 2016 +0100
@@ -0,0 +1,48 @@
+/*
+ * 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_ */