Updated documentation
BIN
docs/manual/_images/nomadnet_3.png
Normal file
After Width: | Height: | 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
|
a look at `Nomad Network <https://github.com/markqvist/nomadnet>`_, which
|
||||||
provides a basic encrypted communications suite built completely on Reticulum.
|
provides a basic encrypted communications suite built completely on Reticulum.
|
||||||
|
|
||||||
.. image:: screenshots/nomadnet3.png
|
.. image:: screenshots/nomadnet_3.png
|
||||||
:target: _images/nomadnet3.png
|
:target: _images/nomadnet_3.png
|
||||||
|
|
||||||
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
||||||
in the development for the messaging and information-sharing protocol
|
in the development for the messaging and information-sharing protocol
|
||||||
`LXMF <https://github.com/markqvist/lxmf>`_, another project built with Reticulum.
|
`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
|
Develop a Program with Reticulum
|
||||||
===========================================
|
===========================================
|
||||||
If you want to develop programs that use Reticulum, the easiest way to get
|
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
|
<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
|
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>
|
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
|
<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
|
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>
|
<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>
|
||||||
<div class="section" id="develop-a-program-with-reticulum">
|
<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>
|
<h2>Develop a Program with Reticulum<a class="headerlink" href="#develop-a-program-with-reticulum" title="Permalink to this headline">¶</a></h2>
|
||||||
|
@ -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
|
a look at `Nomad Network <https://github.com/markqvist/nomadnet>`_, which
|
||||||
provides a basic encrypted communications suite built completely on Reticulum.
|
provides a basic encrypted communications suite built completely on Reticulum.
|
||||||
|
|
||||||
.. image:: screenshots/nomadnet3.png
|
.. image:: screenshots/nomadnet_3.png
|
||||||
:target: _images/nomadnet3.png
|
:target: _images/nomadnet_3.png
|
||||||
|
|
||||||
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
`Nomad Network <https://github.com/markqvist/nomadnet>`_ is a user-facing client
|
||||||
in the development for the messaging and information-sharing protocol
|
in the development for the messaging and information-sharing protocol
|
||||||
`LXMF <https://github.com/markqvist/lxmf>`_, another project built with Reticulum.
|
`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
|
Develop a Program with Reticulum
|
||||||
===========================================
|
===========================================
|
||||||
If you want to develop programs that use Reticulum, the easiest way to get
|
If you want to develop programs that use Reticulum, the easiest way to get
|
||||||
|
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 124 KiB |
BIN
docs/source/screenshots/nomadnet_1.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
docs/source/screenshots/nomadnet_2.png
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
docs/source/screenshots/nomadnet_3.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
docs/source/screenshots/nomadnet_4.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
docs/source/screenshots/nomadnet_5.png
Normal file
After Width: | Height: | Size: 68 KiB |