mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-09-18 19:54:37 -04:00
Implemented requests and responses of arbitrary sizes using resources.
This commit is contained in:
parent
1dc6655017
commit
212518a345
6 changed files with 206 additions and 89 deletions
|
@ -14,7 +14,7 @@ from .Transport import Transport
|
|||
from .Destination import Destination
|
||||
from .Packet import Packet
|
||||
from .Packet import PacketReceipt
|
||||
from .Resource import Resource
|
||||
from .Resource import Resource, ResourceAdvertisement
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue