A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
10:c2aee3965a83
Parent:
0:1f9b2707ec7d
Child:
36:7d12a5386197
--- a/schemaserializer.h	Fri Mar 11 17:01:46 2016 -0800
+++ b/schemaserializer.h	Fri Apr 08 13:25:09 2016 -0700
@@ -5,7 +5,7 @@
 #define SCHEMASERIALIZER_H
 
 #include "schema.h"
-#include "strings.h"
+#include "azure_c_shared_utility/strings.h"
 
 #ifdef __cplusplus
 extern "C" {