Search code examples
mqttiotorange-api

Live Objects MQTT connection with node.js


I would like to implement Live Objects MQTT interface for my app, but i’m not very familiar with this protocol. Anyone has examples of code to setup a connection correctly?

Thx for your replies!


Solution

  • you can find some sample of code for node.js on Github https://github.com/Orange-OpenSource/LiveObjects-samples-nodejs

    It exists also for other platforms with links on Github here: https://developer.orange.com/apis/datavenue/code-sample

    regards