Fix up documentation even more

This commit is contained in:
Aaron Heise 2023-02-27 21:10:28 -06:00
parent 661964277f
commit 118acf77b8
No known key found for this signature in database
GPG key ID: 6BA54088C41DE8BF
3 changed files with 56 additions and 18 deletions

View file

@ -92,6 +92,18 @@ The *Request* example explores sendig requests and receiving responses.
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Request.py>`_.
.. _example-channel:
Channel
====
The *Channel* example explores using a ``Channel`` to send structured
data between peers of a ``Link``.
.. literalinclude:: ../../Examples/Channel.py
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Channel.py>`_.
.. _example-filetransfer:
Filetransfer