lua-users home
lua-l archive

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


Hi,

I'm considering porting (part of) a perl application to lua to run on an embedded Linux platform. One missing component I don't see easily available is the ability to send out arbitrarily constructed packets via a raw socket interface. Has anyone created such a binding?

I can send you one that implements Unix domain sockets. The example
version I distributed with LuaSocket 2.0 is broken (my bad), but it
should be easy to fix and I will do that soon. From that, you can figure
out how to change it to raw sockets.

Regards,
Diego.