summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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