blob: 6cff481e6a7d60c9f21ebac59b07b8d94829a329 (
plain)
1
2
3
4
5
6
7
8
9
|
# karlender
A bloated calender software.
TODO
## Protocol
Every line sent over the unix domain socket, is a JSON-serialized instance of either `ServerboundPacket` or `ClientboundPacket` respectively as declared in ([karlcommon/protocol.d.ts](./karlcommon/protocol.d.ts)). By default the socket is located at `/run/user/<uid>/karlender`
|