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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Mon Mar 31 18:47:35 2014 +0000
Parent:
197:5564bf991eed
Child:
199:f40ede350997
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
EthernetInterface.lib Show diff for this revision Revisions of this file
MQTT.lib Show annotated file Show diff for this revision Revisions of this file
c027_radios.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 diff for this revision Revisions of this file
mbed-src.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- a/Definitions.h	Mon Mar 31 18:15:18 2014 +0000
+++ b/Definitions.h	Mon Mar 31 18:47:35 2014 +0000
@@ -27,6 +27,9 @@
 //#define   _ENDPOINT_FREESCALE_PLATFORM  true                // uncomment for the Freescale Freedom MBED platform
 //#define   _ENDPOINT_NXP_PLATFORM        true                // uncomment for the NXP MBED platform
 
+// Network Usage (default is Ethernet)
+#define CELLULAR_NETWORK                true                        // true - use cellular network, false - use ethernet (cannot co-exist together)
+
 // what kind of personality we are...
 #define LIGHT_PERSONALITY               true                        // the endpoint will be a (set of) lights
 //#define COPCAR_PERSONALITY              true                        // the endpoint will emulate a cop car
--- a/EthernetInterface.lib	Mon Mar 31 18:15:18 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/ansond/code/EthernetInterface-ansond/#9cc8e619bcd7
--- a/MQTT.lib	Mon Mar 31 18:15:18 2014 +0000
+++ b/MQTT.lib	Mon Mar 31 18:47:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/MQTT-ansond/#3e73a2546953
+http://mbed.org/users/ansond/code/MQTT-ansond/#989d4fba3bf6
--- a/c027_radios.lib	Mon Mar 31 18:15:18 2014 +0000
+++ b/c027_radios.lib	Mon Mar 31 18:47:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/c027_radios/#0cc421d46a2b
+http://mbed.org/users/ansond/code/c027_radios/#a8fd1fa0f0d0
--- a/endpoint_core.lib	Mon Mar 31 18:15:18 2014 +0000
+++ b/endpoint_core.lib	Mon Mar 31 18:47:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#adc39c42b169
+http://mbed.org/users/ansond/code/endpoint_core/#19502bc20369
--- a/endpoint_mqtt.lib	Mon Mar 31 18:15:18 2014 +0000
+++ b/endpoint_mqtt.lib	Mon Mar 31 18:47:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_mqtt/#66f6cf705184
+http://mbed.org/users/ansond/code/endpoint_mqtt/#717372430717
--- a/mbed-rtos.lib	Mon Mar 31 18:15:18 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#f88660a9bed1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-src.lib	Mon Mar 31 18:47:35 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-src/#471443864d4b
--- a/mbed.bld	Mon Mar 31 18:15:18 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/7d30d6019079
\ No newline at end of file