
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 256:96ded3d07eda, committed 2014-07-02
- Comitter:
- ansond
- Date:
- Wed Jul 02 20:45:48 2014 +0000
- Parent:
- 255:00d1dc8a7bd9
- Child:
- 257:a1d02c9bbfc9
- 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 02 02:08:13 2014 +0000 +++ b/Definitions.h Wed Jul 02 20:45:48 2014 +0000 @@ -51,8 +51,8 @@ #undef GW_PORT #undef IOC_HOST_NAME #undef MQTT_HOSTNAME -#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 @@ -69,9 +69,6 @@ // Reset our config values if needed #ifdef _ENDPOINT_UBLOX_PLATFORM - #define UBLOX_USE_3G true // use 3G or ethernet - #define UBLOX_MODEM UbloxUSBCDMAModem // CDMA modem - #define UBLOX_CDMA_DELAY_MS 1000 // connect delay in MS #define UBLOX_GPS_FREQ 100000 // GPS freq in ns #define UBLOX_GPS_POLL_MS 5000 // poll the GPS every 5 seconds #endif