lsocket

lsocket is a library to provide socket programming support for lua. It is not intended to be a complete socket api, but easy to use and good enough for most tasks. Both IPv4 and IPv6 are supported, as are tcp and udp, and also IPv4 broadcasts and IPv6 multicasts. Also, lsocket is almost nonblocking, meaning that nothing blocks except for nameserver lookups.

lpty is released unter the terms of the MIT license.

If you have anything to say about this, comments, bug reports, whatever, feel free to email them to

Documentation

Download

Get it from the git repository at Codeberg, or by installing it from the luarocks repository.

News