Azure-Samples / iot-hub-c-raspberrypi-client-app

Application collects weather data from a BME280 sensor and sends it to IoT hub, also take actions according to cloud-to-device message, device management.
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-raspberry-pi-kit-c-get-started
MIT License
36 stars 34 forks source link

added parson c and h files and added it to CMakeLists #29

Closed Alberto-Vega closed 5 years ago

Alberto-Vega commented 5 years ago

Addressing issues due to missing parson.h and parson.c files https://github.com/MicrosoftDocs/azure-docs/issues/23151 https://github.com/MicrosoftDocs/azure-docs/issues/22810

asergaz commented 5 years ago

@shizn can you take a look at this one? Since Alberto is adding parson.h and parson.c he is having issues passing the tests. Thanks

Alberto-Vega commented 5 years ago

@sergaz-msft @shizn Please ignore this PR I created a different PR https://github.com/Azure-Samples/iot-hub-c-raspberrypi-client-app/pull/30 where I am adding a script to install Parson. Apparently Parson it is not available in the SDK it was hidden in this PR Hide parson library in .so. Version and install .so files properly more detail on this issue here https://github.com/Azure/azure-iot-sdk-c/issues/490