mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-02-19 05:44:28 -05:00
Updated documentation
This commit is contained in:
parent
5e21bdd233
commit
8432cf40c2
BIN
docs/manual/_images/nomadnet_3.png
Normal file
BIN
docs/manual/_images/nomadnet_3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
@ -12,13 +12,25 @@ If you simply want to try using a program built with Reticulum, you can take
|
||||
a look at `Nomad Network <https://github.com/markqvist/nomadnet>`_, which
|
||||
provides a basic encrypted communications suite built completely on Reticulum.
|
||||
|
||||
.. image:: screenshots/nomadnet3.png
|
||||
:target: _images/nomadnet3.png
|
||||
.. image:: screenshots/nomadnet_3.png
|
||||
:target: _images/nomadnet_3.png
|
||||
|
||||
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
||||
in the development for the messaging and information-sharing protocol
|
||||
`LXMF <https://github.com/markqvist/lxmf>`_, another project built with Reticulum.
|
||||
|
||||
You can install Nomad Network via pip:
|
||||
|
||||
.. code::
|
||||
|
||||
# Install
|
||||
pip3 install nomadnet
|
||||
|
||||
# And run
|
||||
nomadnet
|
||||
|
||||
|
||||
|
||||
Develop a Program with Reticulum
|
||||
===========================================
|
||||
If you want to develop programs that use Reticulum, the easiest way to get
|
||||
|
@ -51,10 +51,18 @@ scenarios.</p>
|
||||
<p>If you simply want to try using a program built with Reticulum, you can take
|
||||
a look at <a class="reference external" href="https://github.com/markqvist/nomadnet">Nomad Network</a>, which
|
||||
provides a basic encrypted communications suite built completely on Reticulum.</p>
|
||||
<a class="reference external image-reference" href="_images/nomadnet3.png"><img alt="_images/nomadnet3.png" src="_images/nomadnet3.png" /></a>
|
||||
<a class="reference external image-reference" href="_images/nomadnet_3.png"><img alt="_images/nomadnet_3.png" src="_images/nomadnet_3.png" /></a>
|
||||
<p><a class="reference external" href="https://github.com/markqvist/nomadnet">Nomad Network</a> is a user-facing client
|
||||
in the development for the messaging and information-sharing protocol
|
||||
<a class="reference external" href="https://github.com/markqvist/lxmf">LXMF</a>, another project built with Reticulum.</p>
|
||||
<p>You can install Nomad Network via pip:</p>
|
||||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># Install</span>
|
||||
<span class="n">pip3</span> <span class="n">install</span> <span class="n">nomadnet</span>
|
||||
|
||||
<span class="c1"># And run</span>
|
||||
<span class="n">nomadnet</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="develop-a-program-with-reticulum">
|
||||
<h2>Develop a Program with Reticulum<a class="headerlink" href="#develop-a-program-with-reticulum" title="Permalink to this headline">¶</a></h2>
|
||||
|
File diff suppressed because one or more lines are too long
@ -12,13 +12,25 @@ If you simply want to try using a program built with Reticulum, you can take
|
||||
a look at `Nomad Network <https://github.com/markqvist/nomadnet>`_, which
|
||||
provides a basic encrypted communications suite built completely on Reticulum.
|
||||
|
||||
.. image:: screenshots/nomadnet3.png
|
||||
:target: _images/nomadnet3.png
|
||||
.. image:: screenshots/nomadnet_3.png
|
||||
:target: _images/nomadnet_3.png
|
||||
|
||||
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
||||
in the development for the messaging and information-sharing protocol
|
||||
`LXMF <https://github.com/markqvist/lxmf>`_, another project built with Reticulum.
|
||||
|
||||
You can install Nomad Network via pip:
|
||||
|
||||
.. code::
|
||||
|
||||
# Install
|
||||
pip3 install nomadnet
|
||||
|
||||
# And run
|
||||
nomadnet
|
||||
|
||||
|
||||
|
||||
Develop a Program with Reticulum
|
||||
===========================================
|
||||
If you want to develop programs that use Reticulum, the easiest way to get
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 108 KiB |
Binary file not shown.
Before ![]() (image error) Size: 118 KiB |
Binary file not shown.
Before ![]() (image error) Size: 124 KiB |
BIN
docs/source/screenshots/nomadnet_1.png
Normal file
BIN
docs/source/screenshots/nomadnet_1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 79 KiB |
BIN
docs/source/screenshots/nomadnet_2.png
Normal file
BIN
docs/source/screenshots/nomadnet_2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 81 KiB |
BIN
docs/source/screenshots/nomadnet_3.png
Normal file
BIN
docs/source/screenshots/nomadnet_3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
BIN
docs/source/screenshots/nomadnet_4.png
Normal file
BIN
docs/source/screenshots/nomadnet_4.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 84 KiB |
BIN
docs/source/screenshots/nomadnet_5.png
Normal file
BIN
docs/source/screenshots/nomadnet_5.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 68 KiB |
Loading…
x
Reference in New Issue
Block a user