diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 15:31:42 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 15:31:42 +0200 |
commit | 5d5b186a5a82b7e2415eddd77ef93af851034a5b (patch) | |
tree | 39cc4ac837997f944e761d11bfea345e344aa8c3 /client/readme.md | |
parent | 1a92ed5075aba4b41fe34422d21a2c66cdf1d4c9 (diff) |
WIP send command parser
Diffstat (limited to 'client/readme.md')
-rw-r--r-- | client/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/readme.md b/client/readme.md index 9d755aa..04471d2 100644 --- a/client/readme.md +++ b/client/readme.md @@ -12,3 +12,10 @@ goal (in order of implementation): ls list connected puzzle modules ``` + +``` +send 0x39 "Hello world!" de:ad:be:ef 0xff 5 0a 0750 + ^~~~~~~~~~~~~~ ^~~~~~~~~~~ ~^~~ ~^ ~^ ~~~~^ + STR_INTP BYTE_ARR UNSIGNED UNSIGNED UNSIGNED UNSIGNED + (hex+0x) (dec) (hex) (oct) +``` |