Azure / azure-stream-analytics

Azure Stream Analytics
MIT License
224 stars 935 forks source link

How to Compressing and optimizing Azure IoT Message using C code #52

Closed ampac28 closed 2 years ago

ampac28 commented 6 years ago

We are using IoT SDK in C language to send Device telemetry data to IoT hub. Now to reduce cost we are planning to use GZip at Stream analytics side and want to send compress data to IoT using C code.

When we followed one sample article which is in Python , it worked for us but when we tried same with using C code , it is not working.

Please let me know if you need our C code to share .

Regards, Amit Pachahara

JSeb225 commented 6 years ago

Hi, sorry to hear you have some issues. Do you see an error in Azure Stream Analytics, or do you have an error when you compile or run the C code? Can you share more info about the error?

Fleid commented 2 years ago

Closing stale issues