pull/76/head
Mark Qvist 2022-05-24 20:58:58 +02:00
rodzic 88390f0cbc
commit 7573ac1970
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -78,12 +78,12 @@ You can use the examples in the config file to expand communication over many me
## Included Utilities ## Included Utilities
Reticulum includes a range of useful utilities for managing your networks, viewing status and information, and other tasks. You can read more about these programs in the [Included Utility Programs](https://markqvist.github.io/Reticulum/manual/using.html#included-utility-programs) section of the [Reticulum Manual](https://markqvist.github.io/Reticulum/manual/). Reticulum includes a range of useful utilities for managing your networks, viewing status and information, and other tasks. You can read more about these programs in the [Included Utility Programs](https://markqvist.github.io/Reticulum/manual/using.html#included-utility-programs) section of the [Reticulum Manual](https://markqvist.github.io/Reticulum/manual/).
- The system daemon `rnsd` for running Reticulum as an always available service - The system daemon `rnsd` for running Reticulum as an always-available service
- An interface status utility called `rnstatus`, that displays information on interfaces - An interface status utility called `rnstatus`, that displays information about interfaces
- The path lookup and and management tool `rnpath`, letting you access and modify path tables - The path lookup and and management tool `rnpath` letting you view and modify path tables
- A diagnostics tool called `rnprobe`, for checking connectivity to destinations - A diagnostics tool called `rnprobe` for checking connectivity to destinations
- A simple file transfer program called `rncp`, making easy to copy files to remote systems - A simple file transfer program called `rncp` making easy to copy files to remote systems
- The remote command execution program `rnx`, that let's you run commands and programs and retrieve output from remote systems - The remote command execution program `rnx` that let's you run commands and programs and retrieve output from remote systems
## Current Status ## Current Status
Reticulum should currently be considered beta software. All core protocol features are implemented and functioning, but additions will probably occur as real-world use is explored. There will be bugs. The API and wire-format can be considered relatively stable at the moment, but could change if warranted. Reticulum should currently be considered beta software. All core protocol features are implemented and functioning, but additions will probably occur as real-world use is explored. There will be bugs. The API and wire-format can be considered relatively stable at the moment, but could change if warranted.