I am currently working with a NodeMCU and a Raspberry Pi 3. I’m using MQTT to communicate (The Mosquitto broker is installed on the Raspberry).
I would like to access my data from Ubidots so the best way to do it is to bridge my Mosquitto Broker with the broker Ubidots’ broker. Unfortunately I do not find any tutorial on how to do it.
So my question is: “Is it possible to bridge a Mosquitto Broker with Ubidots?”
And if the answer is “yes” then how can I do it?