summaryrefslogtreecommitdiff
path: root/host/mex/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/mex/__init__.py')
-rw-r--r--host/mex/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/mex/__init__.py b/host/mex/__init__.py
index 1855d708..f87cf856 100644
--- a/host/mex/__init__.py
+++ b/host/mex/__init__.py
@@ -40,6 +40,10 @@ RSP = 3
"""RSP (response) message, response to a REQ message, only sent to the
requesting node."""
+RES = 4
+"""RES (reserve) message, sent to the hub to request a message type, sent to a
+node with the allocated message type."""
+
DEFAULT_ADDR = ('localhost', 2442)
HEADER_FMT = '!HB'