This commit is contained in:
Mark Qvist
2026-05-14 11:48:44 +02:00
parent c5add012c1
commit 256a4d0b92
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -147,7 +147,6 @@ Reticulum includes a range of useful utilities for managing your networks, viewi
• The `B333rngit`b program provides a full multi-repository Git node for serving repositories over Reticulum
• The included `B333git-remote-rns`b helper allows you to interact with Git repositories over Reticulum
>> Supported interface types and devices
Reticulum implements a range of generalised interface types that covers most of the communications hardware that Reticulum can run over. If your hardware is not supported, it's `_`!`[simple to implement a custom interface module`:/page/blob.mu`g=reticulum|r=reticulum|ref=HEAD|path=docs/markdown/interfaces.md|anchor=custom-interfaces]`!`_.
@@ -164,7 +163,6 @@ Currently, the following built-in interfaces are supported:
• External programs via stdio or pipes
• Custom hardware via stdio or pipes
>> Performance
Reticulum targets a *very* wide usable performance envelope, but prioritises functionality and performance on low-bandwidth mediums. The goal is to provide a dynamic performance envelope from 250 bits per second, to 1 gigabit per second on normal hardware.
+1 -1
View File
@@ -461,7 +461,7 @@ class NomadNetworkNode():
converted = mdc.format_block(readme_content)
content_parts.append(converted)
else: content_parts.append(f"\n{readme_content}\n")
else: content_parts.append(f"\n{readme_content.rstrip()}\n")
else:
content_parts.append(self.m_divider())