-
Notifications
You must be signed in to change notification settings - Fork 93
Syncing samples from SDK #11
Comments
@stefangordon @obsoleted any thoughts on this? I used the Questions:
|
I'll take a look at this. Some of the divergence might have actually been my fault when iterating locally a bit. I think there is value in having it, as you said it is a nice simple sample that helps ensure functionality. I think we have decent coverage with the samples we have now. And we should probably tackle the unification first before adding more incase there are common patterns we can use. |
Infrastructure has changed. We source the code from the new "c" SDK repo. |
The
simplesample_http.c
appears to be modified from upstream: https://github.com/Azure/azure-iot-sdks/tree/master/c/serializer/samples/simplesample_httpWe should find a way to synchronize this so we can keep up to date with SDK example updates. Also, the
#include "AzureIoT.h"
will need to changed to#include "AzureIoTHub.h"
upstream.The text was updated successfully, but these errors were encountered: