summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-10 22:50:53 +0100
committerbt <bt@rctt.net>2026-03-10 22:53:32 +0100
commit7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c (patch)
tree2da446610bed492542c1c3fe31145fcc1ca82081 /README.md
parent69192d956aa2b6b3dbf87bac0e265e718b49dd70 (diff)
downloadsolec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.tar.gz
solec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.zip
Update spec
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 24cb6c3..ee8e555 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
-# solecd
+# solec
-## Running
+* [Protocol spec](https://git.sr.ht/~rctt/solec/tree/main/item/PROTOCOL.md)
+
+## Running the daemon
You'll need Go toolchain. Get it [here](https://go.dev/dl/)
```
-git clone https://git.sr.ht/~rctt/solecd
+git clone https://git.sr.ht/~rctt/solec
cd solecd
go run cmd/daemon/main.go
```
@@ -23,6 +25,7 @@ it into Wireshark plugins directory.
- Protocol
- Design handshake process
- Design basic messaging
+ - Maybe put payload type and length into same bytes?
- Server
- Put server stuff into a package
@@ -31,6 +34,3 @@ it into Wireshark plugins directory.
- Network library
- Handle partial TCP packets
- Better error handling
-
-- Tools
- - Generate Wireshark dissector from spec \ No newline at end of file