Add example to documentation

This commit is contained in:
Aaron Heise 2023-03-02 17:21:32 -06:00
parent 99dc97365f
commit 5b5dbdaa91
No known key found for this signature in database
GPG Key ID: 6BA54088C41DE8BF
1 changed files with 10 additions and 0 deletions

View File

@ -104,6 +104,16 @@ data between peers of a ``Link``.
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Channel.py>`_.
Buffer
======
The *Buffer* example explores using buffered readers and writers to send
binary data between peers of a ``Link``.
.. literalinclude:: ../../Examples/Buffer.py
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Buffer.py>`_.
.. _example-filetransfer:
Filetransfer