tarantool / mqtt

Tarantool MQTT client
tarantool.org
BSD 2-Clause "Simplified" License
39 stars 10 forks source link

can this proj work with lua5.1 on openwrt? #28

Closed yurenchen000 closed 5 years ago

yurenchen000 commented 5 years ago

from mqtt/driver.c seems based on tarantool lua.

dedok commented 5 years ago

Hi,

thank you for the question. It will not work, since it based on Tarantool ev loop.

I guess you need something like this: https://github.com/flukso/lua-mosquitto

yurenchen000 commented 5 years ago

thank you. yes, it is.

i'm reading it : )