inforaudio

Results 14 comments of inforaudio

if change the name of mqtt/bit.lua by mqtt/bit_wrapper.lua In line 28 of protocol.lua try to charge mqtt/bit_wrapper.lua and the file mqtt/bit_wrapper.lua if _VERSION == "Lua 5.1" or _VERSION == "Lua...

The more logic is that the file `mqtt/bit.lua` causing a module loading loop error. Would be comment return require("mqtt.bit") in file bit.lua for try to dont charge again.. if _VERSION...

i forget it.. Thanks so much by you help

Im sorry but we continue with problem. I`m testing the new version of library and have this problem ********************* Version Lua 5.1 12:08:56.859 ERROR: Runtime error 12:08:56.859 module 'bit' not...

Ok, so much thanks. I try it and we have runing the simple.lua example. But we need to connecto by ssl, port 8883. I add the luasec library how we...

First Thanks for all your help . Now with this changes, run properly, connect by mqtt server by 8883 port, publish and received message, but we have a problem When...

Im sorry bu ,try to adapt to use with MQTT but I do not see form. My knowledge does not reach as much So in the comment of this example,...

Hello: Thanks for your help , but we cant understand what can i do. We do not know what to look for or what to expect and we do not...

actually my code is it.. -- create mqtt client local client = mqtt.client{ debug = client_debug, uri = "158.255.238.138", id="****APP****", ssl = true, clean = true, ssl_module = "plugin_luasec_ssl", }...

Thanks for answer, but nothing.. over the last code we add client.connection.sock:settimeout(0) after subscribe.. assert(client:subscribe{ topic = "saludo", qos = 0, }) print("subscrito") client.connection.sock:settimeout(0) But nothing.. ERROR: Runtime error 11:08:17.932...