diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -21,13 +21,12 @@ A bloated calender software. Packets with JSON-serialized instances of either `ServerboundPacket` or `ClientboundPacket` respectively as declared in ([karlcommon/protocol.d.ts](./karlcommon/protocol.d.ts)) are sent over one of the supported methods. -### Unix domain socket - -Every line is a packet. Default location for the socket is `/run/user/<uid>/karlender`. - -### Websocket - -Packets are text messages. Default bind address is `127.0.0.1:18752`. +| Transport | Note | Default location/address | +| ------------------ | -------------------------- | ---------------------------- | +| Unix domain socket | Every line is a packet. | `/run/user/<uid>/karlender`. | +| Websocket | Packets are text messages. | `127.0.0.1:18752`. | +| TCP | Every line is a packet | `127.0.0.1:18751`. | +| Stdio | Every line is a packet | stdin / stdout | ## Licence |