Skip to main content

LuaFileSystem Examples

· One min read
Lessica
Maintainer of XXTouch Elite

LuaFileSystem is a Lua library that provides access to the filesystem. It allows you to perform file and directory operations in Lua, such as creating, deleting, renaming files and directories, getting file attributes, etc.

luaiconv Examples

· One min read
Lessica
Maintainer of XXTouch Elite

luaiconv is a Lua encoding conversion library that supports conversion between various character encodings. Below are some common encoding conversion examples.

LuaSocket Examples

· One min read
Lessica
Maintainer of XXTouch Elite

LuaSocket is a network library for Lua, providing support for TCP, UDP, HTTP, and other protocols. Below are some simple examples to help you get started quickly.

Ports of XXTouch Elite

· One min read
Lessica
Maintainer of XXTouch Elite
  • WEBSERV_PORT: XXTouch OpenAPI protocol port, IDE service port
  • WEBSERV_PORT_V1: TouchSprite, XXTouch legacy IDE service port
  • WEBSERV_BROADCAST_PORT: XXTouch broadcast port
  • WEBSERV_BROADCAST_PORT_V1: TouchSprite, TouchElf broadcast port
  • WEBSERV_LOGGING_UDP_RECV_PORT: Local logging reception port
  • WEBSERV_LOGGING_SERVER_PORT: External logging transmission port