mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
31 lines
No EOL
2.6 KiB
HTML
31 lines
No EOL
2.6 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/water.css?v=4">
|
|
<link rel="shortcut icon" type="image/x-icon" href="gfx/icon.png">
|
|
<meta charset="utf-8"/>
|
|
<title>LXMF | RNode Bootstrap Console</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
|
|
<span class="logo">RNode Console</span>
|
|
<p><center><span class="menu"><a href="index.html">Start</a> | <a href="replicate.html">Replicate</a> | <a href="software.html">Software</a> | <a href="learn.html">Learn</a> | <a href="help.html">Help</a> | <a href="contribute.html">Contribute</a></span></center></p><hr><h2>LXMF</h2>
|
|
<p>LXMF is a simple and flexible messaging format and delivery protocol that allows a wide variety of implementations, while using as little bandwidth as possible. It is built on top of <a href="https://reticulum.network">Reticulum</a> and offers zero-conf message routing, end-to-end encryption and Forward Secrecy, and can be transported over any kind of medium that Reticulum supports.</p>
|
|
<p>LXMF is efficient enough that it can deliver messages over extremely low-bandwidth systems such as packet radio or LoRa. Encrypted LXMF messages can also be encoded as QR-codes or text-based URIs, allowing completely analog <em>paper message</em> transport.</p>
|
|
<p>Installing this LXMF library allows other programs on your system, like Nomad Network, to use the LXMF messaging system. It also includes the <code>lxmd</code> program that you can use to run LXMF propagation nodes on your network.</p>
|
|
<p><strong>Local Installation</strong></p>
|
|
<p>If you do not have access to the Internet, or would prefer to install LXMF directly from this RNode, you can use the following instructions.</p>
|
|
<ul>
|
|
<li>If you do not have an Internet connection while installing make sure to install the <a href="./s_rns.html">Reticulum</a> package first</li>
|
|
<li>Download the <a href="pkg/lxmf.zip">lxmf.zip</a> package from this RNode and unzip it</li>
|
|
<li>Install it with the command <code>pip install ./lxmf-0.3.1-py3-none-any.whl</code></li>
|
|
<li>Verify the installed Reticulum version by running <code>lxmd --version</code></li>
|
|
</ul>
|
|
<p><strong>Online Installation</strong></p>
|
|
<p>If you are connected to the Internet, you can try to install the latest version of LXMF via the <code>pip</code> package manager.</p>
|
|
<ul>
|
|
<li>Install Nomad Network by running the command <code>pip install lxmf</code></li>
|
|
<li>Verify the installed Reticulum version by running <code>lxmd --version</code></li>
|
|
</ul></body></html> |