lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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
Sent: maandag 6 februari 2012 12:33
To: Lua mailing list
Subject: luasocket udp multicast working example?

 

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,
Valerio