Registry / networking / qtmqtt

qtmqtt

JSON →
library6.10.1vcpkgunverified

The Qt MQTT module provides a standard compliant implementation of the MQTT protocol specification.

vcpkg install qtmqtt
INSTALL
IMPORT
SIG · QTMQTT
Q
qtmqtt
networkingcppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QMqttClient
#include <QMqttClient>

Connect to an MQTT broker

#include <QMqttClient> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QMqttClient client; client.setHostname("broker.hivemq.com"); client.connectToHost(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

qtmqtt — pip install qtmqtt · libregistry