
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 249:bc6933c5022f, committed 2014-07-01
- Comitter:
- ansond
- Date:
- Tue Jul 01 21:04:41 2014 +0000
- Parent:
- 248:c8da8ad5b0d3
- Child:
- 250:4d37059d860d
- Commit message:
- added external gateway IP
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Tue Jul 01 21:02:27 2014 +0000 +++ b/Definitions.h Tue Jul 01 21:04:41 2014 +0000 @@ -50,7 +50,8 @@ #undef GW_IPADDRESS #undef IOC_HOST_NAME #undef MQTT_HOSTNAME -#define GW_IPADDRESS "192.168.1.220" // Gateway Broker +#define GW_IPADDRESS "72.182.18.233" // Gateway Broker (external) +//#define GW_IPADDRESS "192.168.1.220" // Gateway Broker (internal) #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