MQTT in R studio for windows?

Hi

I'm trying to set up a shiny app that could deal with some mqtt messaging I got currently going on a Node-red app. The problem is, there ins't many packages for this, in fact, I found 2 (hrbrmstr/mqtt and boralprophecy/rmqtt). The 'mqtt' I cannot get it installed on Windows, not even with remotes::install_github("hrbrmstr/mqtt"). The 'rmqtt' I can't update it beyond the initial version 0.1.0 with the 'dtupdate' package, and at the initial version I cannot have credentials for the host (user and password).
So i got stuck pretty much before I start ^^
Has anyone managed to get mqtt working on R studio? and I mean simple subscribe and publish.

Thank you!

Cheers, Luís Pereira.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.