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:
130:dc9e37d4bc05
Parent:
117:5de54f09f754
Child:
132:a06da6952339
--- a/util/SmartRestConf.cpp	Wed Jun 03 09:51:47 2015 +0000
+++ b/util/SmartRestConf.cpp	Mon Jun 29 11:14:27 2015 +0000
@@ -9,7 +9,8 @@
 char srAuthStr[100] = {0};
 //const char *srX_ID = "com_cumulocity_MbedAgent_1.5.2";
 const char *srX_ID = NULL;
-const char *srHost = "developer.cumulocity.com";
+//const char *srHost = "developer.cumulocity.com";
+const char *srHost = "dev-d.cumulocity.com";
 //const char *srHost = "management.m2m-devicecloud.com";
 long deviceID = 0;
 char fmtSmartRest[200] = {0};