Added markdown manual build

This commit is contained in:
Mark Qvist
2026-05-06 21:18:01 +02:00
parent 4d6e164d62
commit ec27d8bfde
18 changed files with 1025 additions and 166 deletions
+1 -13
View File
@@ -1,5 +1,3 @@
<a id="hardware-main"></a>
# Communications Hardware
One of the truly valuable aspects of Reticulum is the ability to use it over
@@ -38,8 +36,6 @@ links based on WiFi or millimeter-wave radios (with high-gain directional antenn
for the network backbone, and using LoRa-based RNodes for covering large areas with
connectivity for client devices.
<a id="rnode-main"></a>
## RNode
Reliable and general-purpose long-range digital radio transceiver systems are
@@ -62,8 +58,6 @@ used for centrally controlled IoT devices. RNodes use *raw LoRa modulation*, wit
any additional protocol overhead. All high-level protocol functionality is handled
directly by Reticulum.
<a id="rnode-creating"></a>
### Creating RNodes
RNode has been designed as a system that is easy to replicate across time and
@@ -81,8 +75,6 @@ is ready to use with any software that supports RNodes, including Reticulum.
The device can be used with Reticulum by adding an [RNodeInterface](interfaces.md#interfaces-rnode)
to the configuration.
<a id="rnode-supported"></a>
### Supported Boards and Devices
To create one or more RNodes, you will need to obtain supported development
@@ -226,8 +218,6 @@ by the auto-installer.
---
<a id="rnode-installation"></a>
### Installation
Once you have obtained compatible boards, you can install the [RNode Firmware](https://github.com/markqvist/RNode_Firmware)
@@ -251,8 +241,6 @@ The utility will guide you through the installation process by asking a series o
questions about your hardware. Simply follow the guide, and the utility will
auto-install and configure your devices.
<a id="rnode-usage"></a>
### Usage with Reticulum
When the devices have been installed and provisioned, you can use them with Reticulum
@@ -308,4 +296,4 @@ using Reticulum over communications hardware that provides a serial port interfa
Any packet radio modem that provides a standard KISS interface over USB, serial or TCP
can be used with Reticulum. This includes virtual software modems such as
[FreeDV TNC](https://github.com/xssfox/freedv-tnc) and [Dire Wolf](https://github.com/wb2osz/direwolf).
[FreeDV TNC](https://github.com/xssfox/freedv-tnc) and [Dire Wolf](https://github.com/wb2osz/direwolf).