You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the AMQP protocol to connect to IOTHub and possibly another AMQP host/gateway.
I have seen a few examples of the use of this library for Mbed-OS 2.0 (such as this one: https://os.mbed.com/users/AzureIoTClient/code/simplesample_amqp/dependencies) but unfortunately I am unable to fetch the library for use in Mbed-studio when using the Mbed-os 6.0 release.
I am using the ESP8266 driver to connect my MCU to the internet, and am also wondering if this library can work with that.
Is there any way to use this SDK with newer MBed versions? or do I need to create my own?
I saw issue #13 but that is 3 years old already and hasn't been updated since.
The text was updated successfully, but these errors were encountered:
Formally we do support mbed 5 on the MXCHIP, so I'm sure the OS will work with our SDK. Are you planning on using an esp8266? It's available RAM could be a limiting factor.
Overall, important to adaption are filling in/linking with the adapter layers (socketio, tls). Does your release of mbed include a tls library?
@florianhumblot ,
thanks for your request but we do not have plans to upgrade the support for the new versions of the MBED OS.
For that platform, please explore the new embedded C SDK: https://github.com/azure/azure-sdk-for-c
Thanks,
Azure IoT SDK Team
Hi,
I am trying to use the AMQP protocol to connect to IOTHub and possibly another AMQP host/gateway.
I have seen a few examples of the use of this library for Mbed-OS 2.0 (such as this one: https://os.mbed.com/users/AzureIoTClient/code/simplesample_amqp/dependencies) but unfortunately I am unable to fetch the library for use in Mbed-studio when using the Mbed-os 6.0 release.
I am using the ESP8266 driver to connect my MCU to the internet, and am also wondering if this library can work with that.
Is there any way to use this SDK with newer MBed versions? or do I need to create my own?
I saw issue #13 but that is 3 years old already and hasn't been updated since.
The text was updated successfully, but these errors were encountered: