Registry / messaging / azure-umqtt-c

azure-umqtt-c

JSON →
library2025-03-31vcpkgunverified

General purpose library for communication over the MQTT protocol.

vcpkg install azure-umqtt-c
INSTALL
IMPORT
SIG · AZURE-UMQTT-C
A
azure-umqtt-c
messagingcppv2025-03-31
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.

azure_umqtt_c/umqtt.h
#include <azure_umqtt_c/umqtt.h>

Minimal usage of Azure umqtt library.

#include <azure_umqtt_c/umqtt.h> int main() { // Initialize MQTT client UMQTT_CLIENT_HANDLE client = umqtt_client_create(); // Use client... umqtt_client_destroy(client); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-03-31latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources

No resource links recorded.

azure-umqtt-c — pip install azure-umqtt-c · libregistry