OPC UA protocol vs MQTT protocol

前端 未结 3 1712
猫巷女王i
猫巷女王i 2021-02-01 08:55

I would like to compare OPC UA vs MQTT on basis of the general characteristics of both the protocols such as Overhead (Packets), Security, Information modeling and Reliability.

3条回答
  •  灰色年华
    2021-02-01 09:40

    I have not seen a OPC UA vs MQTT comparison yet. Bear in mind, that OPC-UA shines most for SCADA systems, MQTT is very good for Publish/Subscribe messaging over unreliable networks like mobile networks.

    If low overhead is key for you, MQTT may be a much better fit than OPC-UA. This of course heavily depends on your use case.

    You may find this link useful if you're interested in the MQTT overhead: http://stephendnicholas.com/archives/1217

    If you're interested in MQTT and security, this blog post series may be helpful to you: http://www.hivemq.com/introducing-the-mqtt-security-fundamentals/

    If you're getting started with MQTT, this in-depth blog post series may be valuable for you: http://www.hivemq.com/mqtt-essentials-wrap-up/

提交回复
热议问题