unsignedio/docs/software/index.html
2025-12-22 19:09:59 +01:00

59 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../css/water.css?v=19">
<link rel="shortcut icon" type="image/x-icon" href="../gfx/icon.png">
<meta charset="utf-8"/>
<title>Software | unsigned.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Software">
<meta name="description" content="Software page at unsigned.io">
<meta property="og:description" content="Software page at unsigned.io">
<meta property="og:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
<meta property="og:url" content="https://unsigned.io/software/index.html">
<meta property="og:title" content="Software">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="unsigned.io">
<meta property="twitter:url" content="https://unsigned.io/software/index.html">
<meta name="twitter:title" content="Software">
<meta name="twitter:description" content="Software page at unsigned.io">
<meta name="twitter:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
</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">unsigned.io</span>
<center>
<p><span class="menu"><a href="../index.html">Home</a> | <a href="../log.html">Log</a> | <a href="../guides.html">Guides</a> | <a href="../software/index.html">Software</a> | <a href="../hardware/index.html">Hardware</a> | <a href="https://github.com/markqvist/Reticulum/discussions">Discussions</a> | <a href="../shop.html">Shop</a> | <a href="../contact.html">Contact Me</a> | <a href="../donate.html">Donate</a></span></p>
</center><hr><h1>Software</h1>
<blockquote>
<p>Civilization is the progress toward a society of privacy. The savages whole existence is public, ruled by the laws of his tribe. Civilization is the process of setting man free from men.<br/><br/><span style="font-style:normal;font-size:0.85em;display:block;text-align:left;"><b>- Ayn Rand, <i>The Fountainhead</i></b></span></p>
</blockquote>
<p>I am actively developing and maintaining a variety of software related to Free &amp; Open Communications Systems. The following list serves as an entry point to further explore these efforts.</p>
<ul>
<li><a href="https://reticulum.network/">Reticulum</a> is the cryptography-based networking stack for wide-area networks built on readily available hardware, that can operate even with very high latency and extremely low bandwidth.</li>
<li><a href="LXMF.html">LXMF</a> is a simple and flexible messaging format and delivery protocol that allows a wide variety of implementations, while using as little bandwidth as possible.</li>
<li><a href="Nomad_Network.html">Nomad Network</a> is an off-grid, resilient mesh communication platform with strong encryption, forward secrecy and extreme privacy.</li>
<li><a href="Sideband.html">Sideband</a> is an LXMF client for Android, Linux and macOS. It allows you to communicate over Reticulum networks.</li>
<li><a href="RNode_Firmware.html">RNode Firmware</a> is flexible multiplatform firmware that can be used to turn LoRa development boards into general-purpose, long range data radios with low power consumption. This allows carrying Reticulum or IP traffic over LoRa.</li>
<li><a href="RNode_Configuration_Utility.html">RNode Configuration Utility</a> is the configuration utility used for installing and configuring the RNode Firmware on supported boards.</li>
<li><a href="OpenModem_Firmware.html">OpenModem Firmware</a> is a flexible open-source AFSK modem implementation.</li>
<li><a href="tncattach.html">tncattach</a> is a program that lets you attach any KISS-compatible TNC as a generic, ethernet-compatible networking interface in Linux.</li>
<li><a href="LoRaMon.html">LoRaMon</a> is a LoRa packet sniffer for use with RNode</li>
<li><a href="MicroAPRS.html">MicroAPRS</a> is an open-source and easy-to-use APRS firmware for ATmega328p microcontrollers.</li>
<li><a href="LibAPRS.html">LibAPRS</a> is an Arduino APRS library.</li>
<li><a href="MicroModemGP.html">MicroModemGP</a> is an experimental general-purpose modem implementation for the ATmega328p microcontroller.</li>
</ul>
<p>If any of these projects have been helpful to you or your community, please <a href="../donate.html">donate</a> to help keep this work alive and available.</p>
<br/><hr/><span class="no_print"><center><br/><i>This website is running on a 100% solar powered server</i><br/><br/>☀️<br/><br/><i><small>Unless otherwise noted, everything here is put into the world under a <a href="../LICENSE.txt">CC BY-NC-SA 4.0</a> license.<br/>Feel free to share and remix, just remember the attribution.
</small></i></center></span>
<div class="print_only donation_block"><br/>
Contribute to keeping information on Free & Open Communications systems available for all.<br/>
You can donate directly to <b>unsigned.io</b> by using one of the following QR codes:<br/><br/>
<span class="donate_qr"><img src="../gfx/donate_xmr.png"/><br/>Monero</span>
<span class="donate_qr"><img src="../gfx/donate_btc.png"/><br/>Bitcoin</span>
<span class="donate_qr"><img src="../gfx/donate_eth.png"/><br/>Ethereum</span>
</div>
</body></html>