Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
29:853741b9ea3b
Parent:
28:2004400abeec
Child:
42:104746744af8
--- a/apndb.cpp	Sun May 25 17:46:19 2014 +0000
+++ b/apndb.cpp	Mon May 26 08:10:27 2014 +0000
@@ -7,7 +7,7 @@
 
 // Contains all tuples
 apndb_t apndb[] = {
-    { .mcc = "204", .mnc = "04", .apn = "public4.m2minternet.com", .user = "", .pass = "" }
+    { .mcc = "204", .mnc = "04", .carrier = "Vodafone NL", .apn = "public4.m2minternet.com" }
 };
 
 apndb_t * apndb_get(const char * imsi)