
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 261:15315380798a, committed 2014-07-09
- Comitter:
- ansond
- Date:
- Wed Jul 09 21:10:04 2014 +0000
- Parent:
- 260:543e882e2316
- Child:
- 262:37ee4ebe74d6
- Commit message:
- tried and reverted the latest c027_support library
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Thu Jul 03 18:42:13 2014 +0000 +++ b/Definitions.h Wed Jul 09 21:10:04 2014 +0000 @@ -51,8 +51,11 @@ #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 "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 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