MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
251:132923e46d10
Parent:
250:4d37059d860d
Child:
253:a0aff4c1398a
--- a/Definitions.h	Tue Jul 01 21:12:19 2014 +0000
+++ b/Definitions.h	Tue Jul 01 21:26:55 2014 +0000
@@ -48,10 +48,11 @@
 
 // OVERRIDES
 #undef GW_IPADDRESS
+#undef GW_PORT
 #undef IOC_HOST_NAME
 #undef MQTT_HOSTNAME
-#define GW_IPADDRESS                "72.182.18.233"               // Gateway Broker (external)
-//#define GW_IPADDRESS                "192.168.1.220"               // Gateway Broker (internal)
+#define GW_IPADDRESS                "72.182.18.233"               // Gateway Broker IP (external)
+#define GW_PORT                     "17491"                       // Gateway Broker port (external)
 #define IOC_HOST_NAME               "193.60.130.112"              // IOC Web - iocweb.bcu.ac.uk
 #define MQTT_HOSTNAME               "193.60.130.110"              // IOC MQTT Broker Host - iocana.bcu.ac.uk