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:
101:dbcd3bc51758
Parent:
99:e369fc75c000
Child:
106:c61f0d62b625
--- a/util/SmartRestConf.cpp	Thu May 07 13:56:19 2015 +0000
+++ b/util/SmartRestConf.cpp	Fri May 08 12:19:57 2015 +0000
@@ -8,7 +8,7 @@
 char srAuthStr[100] = {0};
 const char *srX_ID = "com_cumulocity_MbedAgent_1.5.2";
 const char *srHost = "developer.cumulocity.com";
-// const char *_host = "management.m2m-devicecloud.com"
+//const char *srHost = "management.m2m-devicecloud.com";
 const int srPort = 80;
 long deviceID = 0;
 char fmtSmartRest[200] = {0};