Stanislav N Mikhailov
|
3c3487b554
|
feat(protocol): add typed command decoding and dispatch
- add Command enum for protocol command codes
- convert raw u8 command values via TryFrom
- validate commands through Command conversion
- dispatch decoded commands in Connection
- reject unknown command codes
|
2026-08-07 17:46:07 +03:00 |
|
Stanislav N Mikhailov
|
dd6ef1d96d
|
chore(upload): document implementation steps and remove unused nom
import
|
2026-08-07 15:45:20 +03:00 |
|
Stanislav N Mikhailov
|
b80b8e9e04
|
docs: add comments explaining parser logic
|
2026-08-06 23:32:42 +03:00 |
|
Stanislav N Mikhailov
|
7bacf7ac73
|
refactor: sanitize AI code
|
2026-08-03 14:52:42 +03:00 |
|
Stanislav N Mikhailov
|
0f2cb0384c
|
feat(protocol): parse and validate binary packet headers
|
2026-07-21 22:57:50 +03:00 |
|
Stanislav N Mikhailov
|
9f2d7f635e
|
feat(protocol): add initial parser for common message header
|
2026-07-18 21:58:32 +03:00 |
|
Stanislav N Mikhailov
|
8f83f3cddc
|
A simple echo server (init)
|
2026-07-04 17:41:21 +03:00 |
|