Buffer: send and receive binary data over Channel

(also some minor fixes in channel)
This commit is contained in:
Aaron Heise
2023-03-02 17:13:55 -06:00
parent a6551fc019
commit 067c275c46
8 changed files with 837 additions and 15 deletions
+44 -2
View File
@@ -130,7 +130,7 @@ This chapter lists and explains all classes exposed by the Reticulum Network Sta
.. only:: latex
Channel
------
-------
.. autoclass:: RNS.Channel.Channel()
:members:
@@ -144,11 +144,53 @@ This chapter lists and explains all classes exposed by the Reticulum Network Sta
.. only:: latex
MessageBase
------
-----------
.. autoclass:: RNS.MessageBase()
:members:
.. _api-buffer:
.. only:: html
|start-h3| Buffer |end-h3|
.. only:: latex
Buffer
------
.. autoclass:: RNS.Buffer
:members:
.. _api-rawchannelreader:
.. only:: html
|start-h3| RawChannelReader |end-h3|
.. only:: latex
RawChannelReader
----------------
.. autoclass:: RNS.RawChannelReader
:members: __init__, add_ready_callback, remove_ready_callback
.. _api-rawchannelwriter:
.. only:: html
|start-h3| RawChannelWriter |end-h3|
.. only:: latex
RawChannelWriter
----------------
.. autoclass:: RNS.RawChannelWriter
:members: __init__
.. _api-transport:
.. only:: html