Updated docs

This commit is contained in:
Mark Qvist 2021-08-19 14:11:22 +02:00
parent 384a7db974
commit 8b6870fad8
11 changed files with 402 additions and 13 deletions

View file

@ -68,6 +68,18 @@ destination, and passing traffic back and forth over the link.
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Link.py>`_.
.. _example-identify:
Identification
==============
The *Identify* example explores identifying an intiator of a link, once
the link has been established.
.. literalinclude:: ../../Examples/Identify.py
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Identify.py>`_.
.. _example-filetransfer:
Filetransfer