diff options
| author | bt <bt@rctt.net> | 2026-03-14 23:11:15 +0100 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-18 16:21:58 +0100 |
| commit | 54ddec67c477a6fd73b0f623258c0849ba695b88 (patch) | |
| tree | 3a34b67e62b8788f0611abc4f9f8cfe7954aae46 /README.md | |
| parent | 8932846aa4d29d59fd208f40bbfd44d1bb9cf1ff (diff) | |
| download | solec-54ddec67c477a6fd73b0f623258c0849ba695b88.tar.gz solec-54ddec67c477a6fd73b0f623258c0849ba695b88.zip | |
Basic server implementation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -8,18 +8,28 @@ You'll need Go toolchain. Get it [here](https://go.dev/dl/) ``` git clone https://git.sr.ht/~rctt/solec -cd solecd +cd solec go run cmd/daemon/main.go ``` +## Development + +Use following to setup Git hooks: +`git config --local core.hooksPath hooks` + +* `tools/run.sh` - build and start server and few clients +* `tools/build-spec.sh` - build Kaitai spec + ## Wireshark plugin To build wireshark plugin you'll need Kaitai Struct Compiler. KSC currently doesn't support Wireshark plugin generation but [there is a discussion]("https://github.com/kaitai-io/kaitai_struct/issues/50#issuecomment-1485044090"). -After building foked KSC use `./build_spec.sh` to build the plugin and then put +After building foked KSC use `./tools/build_spec.sh` to build the plugin and then put it into Wireshark plugins directory. +There is a problem with dissecting specific payloads. + ## TODO - Protocol |
