mesh route results
This commit is contained in:
parent
c724833542
commit
0343030980
7 changed files with 170 additions and 47 deletions
|
@ -11,9 +11,9 @@ from c3nav.mesh.utils import get_mesh_comm_group, indent_c
|
|||
from c3nav.mesh.dataformats import (BoolFormat, FixedStrFormat, HexFormat, LedConfig, LedConfigFormat,
|
||||
MacAddressesListFormat, MacAddressFormat, SimpleFormat, VarStrFormat)
|
||||
|
||||
ROOT_ADDRESS = '00:00:00:00:00:00'
|
||||
PARENT_ADDRESS = '00:00:00:ff:ff:ff'
|
||||
BROADCAST_ADDRESS = 'ff:ff:ff:ff:ff:ff'
|
||||
MESH_ROOT_ADDRESS = '00:00:00:00:00:00'
|
||||
MESH_PARENT_ADDRESS = '00:00:00:ff:ff:ff'
|
||||
MESH_BROADCAST_ADDRESS = 'ff:ff:ff:ff:ff:ff'
|
||||
NO_LAYER = 0xFF
|
||||
|
||||
@unique
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue