MQTT Connections

Connect to any MQTT service or client

MQTT is a messaging protocol that is being used in some Industrial IoT (IIoT) applications. Running on top of TCP/IP, MQTT allows clients to connect using a publish/subscribe mechanism. It can support low bandwidth and low latency connections, and it can scale up or down as needed.  A popular implementation layer for MQTT is Sparkplug.

DataHub software offers both MQTT client and MQTT broker capabilities, which means you can:

  • Stream your data to any MQTT cloud service, such as Azure, Google, or AWS.
  • Convert between MQTT and any DataHub protocol.
  • Gateway MQTT with OPC UA, OPC DA (Classic), Modbus, ODBC, and more.
  • Build an on-premise MQTT solution.