luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client
Source code: https://github.com/xHasKx/luamqtt
Modules
mqtt | MQTT module |
mqtt.loop | Auto detect the IO loop to use. |
mqtt.loop.copas | Copas specific client handling module. |
mqtt.loop.nginx | Nginx specific client handling module. |
mqtt.loop.ioloop | IOloop specific client handling module. |
mqtt.connector | Auto detect the connector to use. |
mqtt.connector.copas | Copas based connector. |
mqtt.connector.nginx | Nginx OpenResty co-sockets based connector. |
mqtt.connector.luasocket | LuaSocket (and LuaSec) based connector. |
Classes
Client | This class contains the MQTT client implementation. |
Ioloop | This class contains the ioloop implementation. |
Topics
README.md | |
LICENSE | |
01-installation.md | |
02-dependencies.md | |
03-lua_versions.md | |
04-mqtt_versions.md | |
05-connectors.md | |
README.md |
Examples
simple.lua | |
mqtt5-simple.lua | |
copas.lua | |
openresty.lua |