Hi All,
I have downloaded the LUA binaries to my computer and started reading the reference manual.
I am trying to create a plugin for an Opensprinkler device that I build. It is controller manually with http statements and the status via http gets.
I have made some sample lua code to retrieve html pages.
One question I have, are these lua libraries included on the Vera?
-- load the http module
local io = require("io")
local http = require("socket.http")
local ltn12 = require("ltn12")
Thanks, Joe