MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Fri Sep 12 21:29:33 2014 +0000
Parent:
265:d0e9451f67d4
Child:
267:c0fc8f0e7bc8
Commit message:
updated with thread-safe wait()

Changed in this revision

C027.lib Show annotated file Show diff for this revision Revisions of this file
Definitions.h Show annotated file Show diff for this revision Revisions of this file
HTTPClient-SSL.lib 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
endpoint_mqtt.lib Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
--- a/C027.lib	Thu Sep 11 05:56:30 2014 +0000
+++ b/C027.lib	Fri Sep 12 21:29:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027/#37252d7bcd9e
+http://mbed.org/users/ansond/code/C027/#286a756a8d3f
--- a/Definitions.h	Thu Sep 11 05:56:30 2014 +0000
+++ b/Definitions.h	Fri Sep 12 21:29:33 2014 +0000
@@ -64,13 +64,13 @@
 //#define ENDPOINT_GPS_COORDS         "-115.147683 36.131735"       // Las Vegas
 //#define ENDPOINT_LOCATION           "ISSUU Dept - Bilbao Spain"     // Copcar location
 //#define ENDPOINT_GPS_COORDS         "-2.924335 43.262977"           // Bilbao Spain 
-#define ENDPOINT_LOCATION           "Santa Clara Police Dept"     // Copcar location
-#define ENDPOINT_GPS_COORDS         "-121.973001 37.403841"           // Santa Clara CA 
+#define ENDPOINT_LOCATION               "Santa Clara PD"            // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS             "-121.973001 37.403841"     // Santa Clara, CA 
 
 // MBED doesnt have a good notion of time - so we code it here
-#define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-09-20T22:03:06-07:00\","
-#define ENDPOINT_STOPTIME           "\"ENDDATETIME\":\"2015-08-10T03:35:55-07:00\","
-#define ENDPOINT_TIMEZONE           "\"TIMEZONEOFFSET\":\"+01:00\""
+#define ENDPOINT_STARTTIME          "\"STARTDATETIME\":\"2014-08-09T22:03:06-07:00\","
+#define ENDPOINT_STOPTIME           "\"ENDDATETIME\":\"2015-11-10T03:35:55-07:00\","
+#define ENDPOINT_TIMEZONE           "\"TIMEZONEOFFSET\":\"-08:00\""
 
 // DEBUG Memory Debug Enable/Disable
 // #define ENABLE_MEMORY_DEBUG         true             // false - disable, true - enable
--- a/HTTPClient-SSL.lib	Thu Sep 11 05:56:30 2014 +0000
+++ b/HTTPClient-SSL.lib	Fri Sep 12 21:29:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/HTTPClient-SSL/#7a7e395f8df3
+http://mbed.org/users/ansond/code/HTTPClient-SSL/#16f0a44cc53e
--- a/endpoint_core.lib	Thu Sep 11 05:56:30 2014 +0000
+++ b/endpoint_core.lib	Fri Sep 12 21:29:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#35e88daf2d75
+http://mbed.org/users/ansond/code/endpoint_core/#969d4e005e44
--- a/endpoint_mqtt.lib	Thu Sep 11 05:56:30 2014 +0000
+++ b/endpoint_mqtt.lib	Fri Sep 12 21:29:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_mqtt/#15c81f725ba2
+http://mbed.org/users/ansond/code/endpoint_mqtt/#8b95544920af
--- a/mbed-rtos.lib	Thu Sep 11 05:56:30 2014 +0000
+++ b/mbed-rtos.lib	Fri Sep 12 21:29:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#bd07334df5b1
+http://mbed.org/users/mbed_official/code/mbed-rtos/#631c0f1008c3