LuaSocket: Introduction to the core
w3.impa.br › ~diego › softwareLuaSocket is a Luaextension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) protocols and other functionality commonly needed by
LuaSocket - LuaRocks
luarocks.org › modules › luasocketLuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet. Versions scm-2 dev 2 years ago 2,721 downloads scm-1 dev 2 years ago 3,054 downloads
LuaSocket: Network support for the Lua language
aiq0.github.io › luasocket › indexLuaSocket is a Luaextension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet. The core support has been implemented so that it is both efficient and
LuaSocket: Network support for the Lua language
https://aiq0.github.io/luasocket/index.htmlWhat is LuaSocket? LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.. The core support has been implemented so that it is both efficient and simple to use.
LuaSocket: UDP support
aiq0.github.io › luasocket › udpNote: Starting with LuaSocket 3.0, the host name resolution depends on whether the socket was created by socket.udp or socket.udp6. Addresses from the appropriate family are tried in succession until the first success or until the last failure. unconnected:setsockname(address, port) Binds the UDP object to a local address.