Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 461 Bytes

LUA MQTT

Lua bindings to the paho.mqtt.c client library.

※ THIS LIBRARY NEEDS LUA DEFINED lua_lock, AND lua_unlock.

See here.

INSTALL

Please enter the following command to build.

git clone https://github.com/tacigar/lua-mqtt.git
cd lua-mqtt
luarocks make PAHO_MQTT_INCDIR="<paho.mqtt.c incdir>" PAHO_MQTT_LIBDIR="<paho.mqtt.c libdir>"