Hi,
Can you please what is wrong here?
When I run the mqtt_test, I get a message about the requirement of luarocks.require. I tried installing it with sudo luarocks --server=http://rocks.moonscript.org install luarocks.require. However that installable is reported as not found. Strange; because, the description of this module is available here.
Looking at the code (line 45), I tried running the test example as sudo mqtt_test. Now, it fails with requirement of pl.lapp. I did install Penlight with sudo luarocks install penlight; but, strangely, it is installed in the 5.1 directory whereas I am using Lua 5.2 (confirmed with lua -v).
So, I am confused; how do I get this running?
Hi,
Can you please what is wrong here?
When I run the
mqtt_test, I get a message about the requirement ofluarocks.require. I tried installing it withsudo luarocks --server=http://rocks.moonscript.org install luarocks.require. However that installable is reported as not found. Strange; because, the description of this module is available here.Looking at the code (line 45), I tried running the test example as
sudo mqtt_test. Now, it fails with requirement ofpl.lapp. I did install Penlight withsudo luarocks install penlight; but, strangely, it is installed in the5.1directory whereas I am using Lua 5.2 (confirmed withlua -v).So, I am confused; how do I get this running?