alis-is / lua-simple-socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua Simple Socket

Lua Simple Socket is a lightweight C library designed to provide basic socket and transport capabilities to lua-corehttp. It extends the networking functionality by enabling secure and non-secure communications through a simplistic API. The library leverages mbed TLS for handling TLS sockets, ensuring robust security features for your Lua projects.

Features

  • Basic socket creation, binding, and listening. (TODO)
  • TCP/UDP client and server functionalities.
  • TLS/SSL support through mbed TLS integration.
  • Seamless integration with lua-corehttp.
  • Lightweight and easy to use.

Dependencies

About

License:MIT License


Languages

Language:C 98.8%Language:CMake 0.6%Language:Shell 0.6%