
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 262:37ee4ebe74d6, committed 2014-07-09
- Comitter:
- ansond
- Date:
- Wed Jul 09 21:11:33 2014 +0000
- Parent:
- 261:15315380798a
- Child:
- 263:d513dc4dc2f2
- Commit message:
- updates
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Wed Jul 09 21:10:04 2014 +0000 +++ b/Definitions.h Wed Jul 09 21:11:33 2014 +0000 @@ -51,11 +51,8 @@ #undef GW_PORT #undef IOC_HOST_NAME #undef MQTT_HOSTNAME -//#define GW_IPADDRESS "192.168.1.220" // Gateway Broker IP -//#define GW_PORT "8888" // Gateway Broker port (def: 8888) - -#define GW_IPADDRESS "72.182.18.233" // Gateway Broker IP (external) -#define GW_PORT "26278" // Gateway Broker port (external) +#define GW_IPADDRESS "192.168.1.220" // Gateway Broker IP +#define GW_PORT "8888" // Gateway Broker port (def: 8888) #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