|
I’ve used it with Girder (a home automation app), and started working on an xPL implementation Lua-only. Its not complete, but the xplsender.lua is basically a standalone commandline script to send xPL messages (UDP broadcast) See https://github.com/Tieske/LuaxPL/blob/master/src/xplsender.lua (fwiw; COPAS (head) now also supports UDP servers, but is not released yet) Thijs From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On Behalf Of Valerio Schiavoni Hello, can anyone show us a working example of usage for LuaSocket and its support for UDP multicast? I've been googling quite extensively without any luck. Thanks, |