mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
31 lines
2.7 KiB
HTML
31 lines
2.7 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>Software | 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>Software</h2>
|
||
|
|
<p>This RNode contains a repository of downloadable software and utilities, that are useful for bootstrapping communications networks, and for replicating RNodes.</p>
|
||
|
|
<p><strong>Please Note!</strong> Whenever you install software onto your computer, there is a risk that someone modified this software to include malicious code. Be extra careful installing anything from this RNode, if you did not get it from a source you trust, or if there is a risk it was modified in transit.</p>
|
||
|
|
<p>If possible, you can check that the <code>SHA-256</code> hashes of any downloaded files correspond to the list of release hashes published on the <a href="https://github.com/markqvist/Reticulum/releases">Reticulum Release page</a>.</p>
|
||
|
|
<p><strong>You Have The Source!</strong> Due to the size limitations of shipping all this software within an RNode, we don't include separate source-code archives for the below programs, but <em>all the source code is included within the Python .whl files</em>!</p>
|
||
|
|
<p>You can simply unzip any of them with any program that understands <code>zip</code> files, and you will find the source code inside the unzipped directory (for some zip programs, you may need to change the file ending to <code>.zip</code>).</p>
|
||
|
|
<p>You can also download the copy of the <a href="pkg/rnode_firmware.zip">RNode Firmware source-code</a> that is stored in this RNode.
|
||
|
|
<br/><br/>
|
||
|
|
<center></p>
|
||
|
|
<h3>Choose a software package to get started</h3>
|
||
|
|
<p><br/>
|
||
|
|
<a href="./s_rns.html"><button type="button" id="task-rns">Reticulum</button></a>
|
||
|
|
<a href="./s_lxmf.html"><button type="button" id="task-rns">LXMF</button></a>
|
||
|
|
<a href="./s_nn.html"><button type="button" id="task-rns">Nomad Network</button></a>
|
||
|
|
<a href="./s_rnsh.html"><button type="button" id="task-rns">RN Shell</button></a>
|
||
|
|
<a href="./s_sideband.html"><button type="button" id="task-rns">Sideband</button></a>
|
||
|
|
<a href="./pkg/tncattach.zip"><button type="button" id="task-rns">TNC Attach</button></a>
|
||
|
|
</center></p></body></html>
|