response for no route
This commit is contained in:
parent
85fb5d2a7e
commit
79cde0f78c
3 changed files with 42 additions and 1 deletions
|
@ -14,7 +14,9 @@ from c3nav.mesh.baseformats import SimpleFormat, BoolFormat, FixedStrFormat, Fix
|
|||
VarStrFormat, StructType
|
||||
|
||||
MESH_ROOT_ADDRESS = '00:00:00:00:00:00'
|
||||
MESH_NONE_ADDRESS = '00:00:00:00:00:00'
|
||||
MESH_PARENT_ADDRESS = '00:00:00:ff:ff:ff'
|
||||
MESH_CHILDREN_ADDRESS = '00:00:00:00:ff:ff'
|
||||
MESH_BROADCAST_ADDRESS = 'ff:ff:ff:ff:ff:ff'
|
||||
NO_LAYER = 0xFF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue