lichat-protocol icon indicating copy to clipboard operation
lichat-protocol copied to clipboard

Protocol definition and specification for the Lichat chat system

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.