lichat-protocol
2024-10-12
The independent protocol part of Lichat.
Upstream URL
Author
Yukari Hafner <shinmera@tymoon.eu>
Maintainer
Yukari Hafner <shinmera@tymoon.eu>
License
zlib
## About Lichat-Protocol
This system implements the basic protocol classes and wire format parts to consume and produce Lichat messages.
This repository also used to house the protocol specification itself, but this has since been moved to the "lichat"(https://shirakumo.org/projects/lichat) repository.
## See Also
* "lichat-serverlib"(https://shirakumo.github.io/lichat-serverlib) An agnostic implementation of the server-side protocol.
* "lichat-tcp-server"(https://shirakumo.github.io/lichat-tcp-server) A basic, threaded, TCP-based implementation of a Lichat server.
* "lichat-tcp-client"(https://shirakumo.github.io/lichat-tcp-client) A basic, threaded, TCP-based implementation of a Lichat client.
* "LionChat"(https://github.com/Shirakumo/lionchat) A Qt GUI client for a TCP server.