blob: 94c2d53260966e871c596dd8ff930121d3f49389 (
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` as declared in ([karlcommon/protocol.d.ts](./karlcommon/protocol.d.ts)). By default the socket is located at `/run/user/<uid>/karlender`
|