mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-18 03:00:35 -04:00
Added roaming and boundary interface modes
This commit is contained in:
parent
4b38a776a3
commit
8636259886
5 changed files with 49 additions and 7 deletions
|
@ -34,6 +34,8 @@ class Interface:
|
|||
MODE_FULL = 0x01
|
||||
MODE_POINT_TO_POINT = 0x02
|
||||
MODE_ACCESS_POINT = 0x03
|
||||
MODE_ROAMING = 0x04
|
||||
MODE_BOUNDARY = 0x05
|
||||
|
||||
def __init__(self):
|
||||
self.rxb = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue