Live Data Overview

With BlueForest you can get Live Data from the platform. For this, use one of those three popular protocols :

  • MQTT : a standard publish/subscribe protocol where client connection is maintained.
  • MQTT over Websocket : MQTT over WebSockets enables all MQTT features on browser. Websocket is a protocol where client connection is maintained.
  • Webhook over HTTPs : a standard web request protocol where client do not maintain a connection.

To get familiar with BlueForest, we encourage you to start with webhook and then switch to MQTT for production.


Improve this page