forked from shirakumo/lichat-protocol
Protocol definition and specification for the Lichat chat system
- Common Lisp 100%
## 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.org/docs/lichat-serverlib) An agnostic implementation of the server-side protocol. * "lichat-tcp-server"(https://shirakumo.org/docs/lichat-tcp-server) A basic, threaded, TCP-based implementation of a Lichat server. * "lichat-tcp-client"(https://shirakumo.org/docs/lichat-tcp-client) A basic, threaded, TCP-based implementation of a Lichat client. * "LionChat"(https://shirakumo.org/project/lionchat) A Qt GUI client for a TCP server.