{"id":60619,"library":"aws-c-mqtt","title":"AWS C MQTT","description":"C99 implementation of the MQTT 3.1.1 specification.","status":"active","version":"0.15.2","language":"cpp","source_language":null,"source_url":null,"tags":["aws","mqtt","iot","networking","c"],"install":[{"cmd":"vcpkg install aws-c-mqtt","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(aws_c_mqtt CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE AWS::aws-c-mqtt)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"aws/mqtt/mqtt.h","correct":"#include <aws/mqtt/mqtt.h>"}],"quickstart":{"code":"#include <aws/mqtt/mqtt.h>\n#include <stdio.h>\n\nint main() {\n    struct aws_mqtt_client *client = aws_mqtt_client_new(aws_default_allocator(), NULL);\n    printf(\"MQTT client created\\n\");\n    aws_mqtt_client_destroy(client);\n    return 0;\n}","lang":"cpp","description":"Initialize and destroy an MQTT client"},"warnings":[],"env_vars":null,"search_vec":"'3.1.1':9 'aw':1,11 'c':2,15 'c99':4 'implement':5 'iot':13 'mqtt':3,8,12 'network':14 'specif':10","created_at":"2026-06-16T19:38:25.106026+00:00","updated_at":"2026-06-16T19:38:25.106026+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}