diff options
author | Thomas Van Iseghem <[email protected]> | 2023-09-13 21:04:35 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-09-13 21:04:35 +0200 |
commit | 8f20b973a8b0dbe5cfbe021548c9fb5d0787dd05 (patch) | |
tree | b77e07036badc97b4a05959aaf93deb3bd22f3a3 /Stomps/README.md | |
parent | c602895995e5ba88dd3f29c6a984b86bd9a4f140 (diff) | |
download | OpenCortex-8f20b973a8b0dbe5cfbe021548c9fb5d0787dd05.tar.gz OpenCortex-8f20b973a8b0dbe5cfbe021548c9fb5d0787dd05.zip |
Updated read_stomp and added write_stomp proof of concept
Diffstat (limited to 'Stomps/README.md')
-rw-r--r-- | Stomps/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Stomps/README.md b/Stomps/README.md index 53e5d1b..da4fe92 100644 --- a/Stomps/README.md +++ b/Stomps/README.md @@ -25,7 +25,7 @@ It seems that a 32 bytes message is divided into 2 parts of 16 bytes. ### Part 1 (first 16 bytes) | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | |---|---|---|---|---|---|---|---|---|---|--------|--------|-------|---------|---------|---------| -| time | time | time | time | time | time | time | padding? | action | action (not really used) | action | action | value | padding | padding | padding | +| time | time | time | time | ? | ? | ? | padding? | action | action (not really used) | action | action | value | padding | padding | padding | ### Part 1 (last 16 bytes) - 0 -> 6 are duplicates |