Once again MQTT over HTTP
-
Here is the new download location: https://store.infiniteautomation.com/core
-
@joelhaggar THanks
-
Hi all,
I'm also interested in the MQTT publisher.
Is there a planned release date or any updates?Thanks :)
-
Just going to be difficult and bump this again. MQTT is popular for IoT stuff and I have got systems operating in the cloud which would be good to tie it to.
Thanks!
Fox
-
Has there been any further developments on a MQTT Publisher? The intended purpose would be to publish to Azure or AWS.
-
No, I wrote myself a relay and used Mango's http publisher to send the data out.
Much quicker.Fox
-
@mattfox do you mind sharing?
-
Not a great deal to share really! I used nodeJS and the aws publishing library to send to a third party. Once set up, you just run the nodeJS with the express library or another restful style service then use the body of the request to be published out of subscribed mqqt topic.
Sorry if it's a bit vague! If you want a how to I'll write a tutorial next week when I'm back at my work computer. Hope it doesn't step on Joel's toes..
Fox
-
@mattfox That would be great!
-
@MattFox Well done!
-
Any update on this?
Or are there any other clean solutions?My intention is to publish to AWS IoT.