diff options
| author | bt <bt@rctt.net> | 2026-03-10 22:50:53 +0100 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-10 22:53:32 +0100 |
| commit | 7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c (patch) | |
| tree | 2da446610bed492542c1c3fe31145fcc1ca82081 /README.md | |
| parent | 69192d956aa2b6b3dbf87bac0e265e718b49dd70 (diff) | |
| download | solec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.tar.gz solec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.zip | |
Update spec
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
