lua-users home
lua-l archive

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


Dear All,

LuaSock is now available in its first public version, already adapted for Lua 4.0.

What is LuaSock? 

LuaSock is a Lua extension library that allows the use the most important features of the TCP/IP
socket layer within the Lua language. 

It can be used by any Lua application desiring access to TCP/IP communication, once it has been
properly linked with and initialized by the interpreter running the application. The code has been
tested and runs well on the WinSock2 and 4.3BSD platforms. 

The library is available under the same terms as the Lua language, that is, it can be used at no
cost for both academic and commercial purposes. 

Please take a look at

http://www.tecgraf.puc-rio.br/~diego/luasock

And send your comments! Hope you find it usefull. UDP support is on the way.

Regards,
Diego.