
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 268:f854782b8229, committed 2014-07-25
- Comitter:
- ansond
- Date:
- Fri Jul 25 18:36:12 2014 +0000
- Parent:
- 267:47345076c050
- Child:
- 269:f73881346d6d
- Commit message:
- updated default dimming value
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
endpoint_core.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Fri Jul 18 21:07:05 2014 +0000 +++ b/Definitions.h Fri Jul 25 18:36:12 2014 +0000 @@ -57,8 +57,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
--- a/endpoint_core.lib Fri Jul 18 21:07:05 2014 +0000 +++ b/endpoint_core.lib Fri Jul 25 18:36:12 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ansond/code/endpoint_core/#9e72f2d0f2b2 +http://mbed.org/users/ansond/code/endpoint_core/#3f07e1df766c