Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgwynne/amqtt

Asynchronous MQTT client library
https://github.com/dgwynne/amqtt

mqtt nonblocking

Last synced: 21 days ago
JSON representation

Asynchronous MQTT client library

Awesome Lists containing this project

README

        

# amqtt - non-blocking event driven MQTT client library

`amqtt` supports the integration of MQTT client functionality into
non-blocking event driven software without knowledge of the underlying
transport for the MQTT communication (eg, raw sockets or TLS), or
how event handling is implemented (eg, poll(2), libevent, libev,
etc).