mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-24 23:35:41 -04:00
Expose Channel on Link
Separates channel interface from link Also added: allow multiple message handlers
This commit is contained in:
parent
68cb4a6740
commit
fe3a3e22f7
5 changed files with 43 additions and 53 deletions
|
@ -32,6 +32,7 @@ from ._version import __version__
|
|||
from .Reticulum import Reticulum
|
||||
from .Identity import Identity
|
||||
from .Link import Link, RequestReceipt
|
||||
from .Channel import MessageBase
|
||||
from .Transport import Transport
|
||||
from .Destination import Destination
|
||||
from .Packet import Packet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue