# solecd ## Running You'll need Go toolchain. Get it [here](https://go.dev/dl/) ``` git clone https://git.sr.ht/~rctt/solecd cd solecd go run cmd/daemon/main.go ``` ## TODO - Protocol - Design handshake process - Design basic messaging - Server - Put server stuff into a package - Create handlers - Network library - Handle partial TCP packets - Better error handling - Tools - Generate Wireshark dissector from spec