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:
55:a0f7295ed6b6
Parent:
49:ac0ba9d54ebc
Child:
57:4af5f1bec3a6
--- a/MbedAgent.h	Wed Sep 03 14:36:55 2014 +0000
+++ b/MbedAgent.h	Thu Oct 23 12:50:07 2014 +0000
@@ -4,7 +4,7 @@
 #include <stddef.h>
 #include "MDM.h"
 #include "DeviceIO.h"
-#include "MbedSmartRest.h"
+#include "RtosSmartRest.h"
 #include "SmartRestTemplate.h"
 #include "DeviceInfo.h"
 #include "DeviceBootstrap.h"
@@ -35,7 +35,7 @@
     DeviceIO& _io;
     MDMSerial& _mdm;
     DeviceInfo& _deviceInfo;
-    MbedSmartRest _client;
+    RtosSmartRest _client;
     SmartRestTemplate _tpl;
     DeviceBootstrap _bootstrap;
     DeviceIntegration _integration;