tacigar / lua-mqtt

:moon: Lua bindings to the paho.mqtt.c client library.
GNU General Public License v3.0
2 stars 3 forks source link

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>"