summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.md
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-07 20:18:59 +0100
committerbt <bt@rctt.net>2026-03-07 20:18:59 +0100
commit236457dfda1e8e79daf86e0d6512f3d186373a65 (patch)
tree7c977c514795520963fde5ef60551393127aa472 /PROTOCOL.md
parentc772746ea7600f19c0252c8ca2c10cc57d6f8e82 (diff)
downloadsolec-236457dfda1e8e79daf86e0d6512f3d186373a65.tar.gz
solec-236457dfda1e8e79daf86e0d6512f3d186373a65.zip
Implement basic TCP server
Diffstat (limited to 'PROTOCOL.md')
-rw-r--r--PROTOCOL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/PROTOCOL.md b/PROTOCOL.md
index d17eded..6686036 100644
--- a/PROTOCOL.md
+++ b/PROTOCOL.md
@@ -12,6 +12,7 @@ Every packet starts with `uint8` denoting type of the rest of remaining data.
| 0x01 | Handshake |
| 0x02 | Ping |
| 0x03 | Pong |
+| 0xFF | Test |
## Events
@@ -38,3 +39,6 @@ Timezone should always be UTC.
|--------|------|------------------|
| uint64 | time | Unix timestamp |
+### Test
+
+Event type reserved for testing. Does not have defined structure. \ No newline at end of file