Skip to content

Shirakumo/lichat-protocol

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
## 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.