From 49f27239bfeae275c06fc21035b9835542a87612 Mon Sep 17 00:00:00 2001 From: bt Date: Mon, 9 Mar 2026 22:59:09 +0100 Subject: Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a80f588..39f7571 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,22 @@ 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/*.go -``` \ No newline at end of file +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 \ No newline at end of file -- cgit v1.2.3