diff options
| author | bt <bt@rctt.net> | 2026-03-09 22:59:09 +0100 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-09 22:59:09 +0100 |
| commit | 49f27239bfeae275c06fc21035b9835542a87612 (patch) | |
| tree | 1062e2408ebd7bee4785815a0293cc85a4d4c7b4 | |
| parent | f268e5f210710873069464f7fdf9144abb2116a6 (diff) | |
| download | solec-49f27239bfeae275c06fc21035b9835542a87612.tar.gz solec-49f27239bfeae275c06fc21035b9835542a87612.zip | |
Update README.md
| -rw-r--r-- | README.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -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 |
