aws-c-mqtt

C99 implementation of MQTT 3.1.1 specification for AWS IoT

brewmacoslinux
Try with needOr install directly
Source

About

C99 implementation of the MQTT 3.1.1 specification

Commands

aws-c-mqtt

Examples

Link against aws-c-mqtt library in a C project$ gcc -o mqtt_app myapp.c -laws-c-mqtt -laws-c-common
Check installed version of aws-c-mqtt$ pkg-config --modversion aws-c-mqtt
Get compiler flags for linking aws-c-mqtt$ pkg-config --cflags --libs aws-c-mqtt