cellular port

Dependencies:   Beep C027_Support C12832 LM75B MMA7660 mbed-rtos mbed nsdl_lib

This is a port of the NSDL HelloWorld for cellular.

To run the example you need a C027 and the ARM mbed application shield. The example uses cellular instead of ethernet and takes the true position from the GPS instead of using a fixed position.

Revision:
4:15690450a797
Parent:
3:52c1b649eb04
Child:
6:442775856f5f
--- a/main.cpp	Tue Oct 15 15:48:23 2013 +0000
+++ b/main.cpp	Tue Oct 15 15:59:51 2013 +0000
@@ -28,7 +28,7 @@
 /* Change this IP address to that of your NanoService Platform installation */
 static const char* NSP_ADDRESS = "217.140.101.20"; /* internal NSP*/
 static const int NSP_PORT = 5683;
-char endpoint_name[16] = "refactored";
+char endpoint_name[16] = "mbed-demo-";
 uint8_t ep_type[] = {"mbed_device"};
 uint8_t lifetime_ptr[] = {"1200"};