Replace mqtt-azure example with azure-sdk-for-c #37688
Unanswered
xiongyu0523
asked this question in
General
Replies: 2 comments 1 reply
-
Add Link: |
Beta Was this translation helpful? Give feedback.
0 replies
-
MQTT is not a protocol specific to Microsoft, it has been created many years ago by IBM. The protocol being a standard there is no point in using one external implementation per provider. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current mqtt-azure example project on Zephyr is implemented according to MQTT protocol documented by Microsoft. While Microsoft now provide a very lightweight c sdk (helper) library to handle MQTT protocol stuff and allow user to bring their own connectivity stack (TLS, MQTT, TCP/IP) which should be good fit for Zephyr network, would you mind if I submit a PR to replace the original mqtt-azure project and document with the new one? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions