SmartREST client reference implementation for the u-blox C027 mbed compatible device.

Dependencies:   C027 C027_Support mbed mbed-rtos MbedSmartRest LM75B MMA7660 C12832

Fork of MbedSmartRestTest by Vincent Wochnik

Revision:
29:853741b9ea3b
Parent:
28:2004400abeec
--- 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)