MQTT on Octave

Hi,
Is it possible to use MQTT for publishing data to a broker in a cloud action? If it is possible, is there somewhere an example?
Thank you in advance!

Hi Lukas,

Octave does not yet support MQTT as a cloud connector. You could create a platform service that essentially receives Octave HTTP connector POSTs and then translate the POSTs into an MQTT call.

1 Like