Switch to desktop version  
MQTT on Azure IOTHub - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Java (https://techforum.ewon.biz/forum-53.html)
+--- Thread: MQTT on Azure IOTHub (/thread-600.html)



MQTT on Azure IOTHub - jean-christophe.alt - 07-05-2018

Hello

Is it possible to use MQTT on Java with Ewon to talk to Azure IOTHub D2C, C2D, Upload file, ... ?

BR/JC


RE: MQTT on Azure IOTHub - simon - 30-01-2019

Jean-Christophe,

Yes, it is possible.
However, the JAVA function to get the MQTT connection status is for the moment missing in the JAVA ETK. This function is required if you want to save your messages when the MQTT connection is down.
This will be available in our next firmware 14.0 (a new ETK version will also be released).

I did not do any JAVA example for Azure so far, but the philosophy is the same as in BASIC : https://techforum.ewon.biz/thread-786.html

Simon


RE: MQTT on Azure IOTHub - simon - 31-01-2020

FYI, I have done a Azure connector in Java. See https://techforum.ewon.biz/thread-939.html