From 057180987cacfe47edbe21bf2f8c0573901ded2f Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 30 Mar 2011 20:08:34 +0200 Subject: host/mex, digital/avr/modules/host: add message type reservation, refs #157 --- host/mex/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/mex/__init__.py') 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' -- cgit v1.2.3