espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
176 stars 92 forks source link

Is it possible use AMQP instead MQTT ? (CA-74) #95

Closed sfarras closed 4 years ago

sfarras commented 4 years ago

Is it possible use AMQP instead MQTT ? Any example of that ? I can't compile if I call IoTHubClient_LL_CreateFromConnectionString(connectionString, AMQP_Protocol);

SeriousD commented 4 years ago

Same question I asked a few month ago. Look here: #52

sfarras commented 4 years ago

I'm sorry, I didn't see that. Thank you.