Registry / messaging / wolfmqtt

wolfmqtt

JSON →
library1.21.0vcpkgunverified

MQTT library used with wolfSSL library for many platforms.

vcpkg install wolfmqtt
INSTALL
IMPORT
SIG · WOLFMQTT
W
wolfmqtt
messagingcppv1.21.0
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.

wolfmqtt/mqtt_client.h
#include <wolfmqtt/mqtt_client.h>

Initialize a wolfMQTT client.

#include <wolfmqtt/mqtt_client.h> #include <iostream> int main() { MqttClient client; MqttNet net; std::cout << "wolfMQTT initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires wolfSSL for TLS connections.
fix
Link with wolfSSL when using wolfMQTT with encryption.
affects: *
Upgrade
Version history
1.21.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
OpenAI (training)
1
Resources

No resource links recorded.

wolfmqtt — pip install wolfmqtt · libregistry