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:
67:c360a2b2c948
Parent:
55:a0f7295ed6b6
Child:
77:f6717e4eccc4
--- a/util/RtosSmartRest.h	Thu Oct 30 14:46:22 2014 +0000
+++ b/util/RtosSmartRest.h	Sun Nov 30 19:34:49 2014 +0000
@@ -21,6 +21,7 @@
     uint8_t setAuthorization(const char*, const char*);
     uint8_t bootstrap(const DataGenerator&);
     uint8_t send(const DataGenerator&, const char* = NULL);
+    uint8_t stream(const char*, const Record&, const char* = NULL);
     uint8_t receive(ParsedRecord&);
     void stop();
     const char * getIdentifier();