In spring 2023 I was fascinated by the ecosystem of projects around the Reticulum Network.
Reticulum is the cryptography-based networking stack for building local and wide-area networks with readily available hardware. Reticulum can continue to operate even in adverse conditions with very high latency and extremely low bandwidth.
Reticulum can be used over practically any medium that can support at least a half-duplex channel with 500 bits per second throughput, and an MTU of 500 bytes. Data radios, modems, LoRa radios, serial lines, AX.25 TNCs, amateur radio digital modes, WiFi and Ethernet devices, free-space optical links, and similar systems
I contributed a simple raw LoRa packet transmitter commandline tool for the RNode hardware called LoRaTransmit.
For the Reticulum Netork's LXMF protocol I built a simple Telethon inspired chatbot class called LXMFBot.

The most popular service that runs on Reticulum is the low bandwidth Nomad Network reminiscent of 1990s BBS systems. I built micron-blog, a plugin for the Python based static website generator Pelican to generate Micron markup formatted files that are the building blocks of a Nomad Network node.
md2mu, the core of this plugin later evolved into a standalone CLI called md2txt that can convert Markdown also into other arcane text formats.
