MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
11:59ee476fda24
Parent:
10:748fc7052e61
Child:
13:25448d92c205
--- a/Definitions.h	Wed Feb 26 22:27:04 2014 +0000
+++ b/Definitions.h	Thu Feb 27 00:14:58 2014 +0000
@@ -45,6 +45,7 @@
 #define IOC_REST_URL_LEN    128
 #define IOC_RESULT_LEN      192
 #define IOC_PAYLOAD_LEN     192
+#define IOC_IOC_ID_LEN      16
 #define IOC_DATASOURCE_ID   "198"
 #define IOC_HOST_NAME       "iocweb.bcu.ac.uk"
 #define IOC_REST_URL        "https://%s/ibm/ioc/api/data-injection-service/datablocks/%s/dataitems%s"