From 71462628a04acbb493fb70d98be1f947693a96ee Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 18 Oct 2024 22:41:20 -0400 Subject: [PATCH] update README.md; --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6e75e51..57081573 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This project suite generates a few executables: - `dvmbridge` a analog/PCM audio bridge, this provides the capability for analog or PCM audio resources to be connected to a `dvmfne` instance, allowing realtime vocoding of traffic. [See configuration](#dvmbridge-configuration) to configure. - `dvmcmd` a simple command-line utility to send remote control commands to a `dvmhost` or `dvmfne` instance with REST API configured. - `dvmmon` a TUI utility that allows semi-realtime console-based monitoring of `dvmhost` instances (this tool is only available when project wide TUI support is enabled!). +- `sysview` a TUI utility that allows near-realtime console-based monitoring of a `dvmfne` instance (this tool is only available when project wide TUI support is enabled!). +- `tged` a TUI utility that allows editing of talkgroup rules configuration files (this tool is only available when project wide TUI support is enabled!). ## Building