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:
124:311fa85af2b3
Parent:
123:3e4a1ed4bad5
Child:
125:979ab0d075de
--- a/operation/PollThread.cpp	Wed May 27 09:22:24 2015 +0000
+++ b/operation/PollThread.cpp	Fri May 29 12:05:01 2015 +0000
@@ -36,7 +36,7 @@
 {
         int l = snprintf(buf2, sizeof(buf2), "83,%s\r\n", bayeuxId);
         l = snprintf(buf, sizeof(buf), fmtSmartRest, uri, l, buf2);
-        sock.setBlocking(300000); // Timeout after an hour
+        sock.setBlocking(300000); // Timeout after 5 minutes
         l = sock.sendAndReceive(buf, l, sizeof(buf));
         return l>0;
 }