Add example to documentation

pull/250/head
Aaron Heise 2023-03-02 17:21:32 -06:00
rodzic 99dc97365f
commit 5b5dbdaa91
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BA54088C41DE8BF
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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