[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua raw sockets
- From: Diego Nehab <diego@...>
- Date: Thu, 9 Mar 2006 23:08:39 -0500 (EST)
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.