1config BR2_PACKAGE_QT5MQTT 2 bool "qt5mqtt" 3 help 4 Qt is a cross-platform application and UI framework for 5 developers using C++. 6 7 The Qt MQTT module provides a standard compliant 8 implementation of the MQTT protocol specification. It 9 enables applications to act as telemetry displays and 10 devices to publish telemetry data. The supported versions 11 are MQTT 3.1, MQTT 3.1.1, and MQTT 5.0. 12 13 https://doc.qt.io/QtMQTT/index.html 14