mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-12 11:22:55 -04:00
Improved documentation.
This commit is contained in:
parent
9562803bb3
commit
0fe76d50f6
28 changed files with 285 additions and 140 deletions
|
@ -9,6 +9,10 @@ from time import sleep
|
|||
from .vendor import umsgpack as umsgpack
|
||||
|
||||
class Transport:
|
||||
"""
|
||||
Through static methods of this class you can interact with Reticulums
|
||||
Transport system.
|
||||
"""
|
||||
# Constants
|
||||
BROADCAST = 0x00;
|
||||
TRANSPORT = 0x01;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue