Registry / networking / aws-c-mqtt

aws-c-mqtt

JSON →
library0.15.2vcpkgunverified

C99 implementation of the MQTT 3.1.1 specification.

vcpkg install aws-c-mqtt
INSTALL
IMPORT
SIG · AWS-C-MQTT
A
aws-c-mqtt
networkingcppv0.15.2
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.

aws/mqtt/mqtt.h
#include <aws/mqtt/mqtt.h>

Initialize and destroy an MQTT client

#include <aws/mqtt/mqtt.h> #include <stdio.h> int main() { struct aws_mqtt_client *client = aws_mqtt_client_new(aws_default_allocator(), NULL); printf("MQTT client created\n"); aws_mqtt_client_destroy(client); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

aws-c-mqtt — pip install aws-c-mqtt · libregistry