mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 14:11:53 -07:00
Cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user