From fa26d154b1bd7f1acce9e4e054b629950a4479ac Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Fri, 20 Feb 2026 23:05:20 +0100 Subject: [PATCH] [docs](trx-rs): clean up README description and remove WIP notice Simplify the opening paragraph for better readability and remove the (work in progress) notice since the project has substantial, documented features and a stable structure. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stanislaw Grams --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38b7002..7b93652 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ trx-rs logo -# trx-rs (work in progress) +# trx-rs -This is an early, untested snapshot of a transceiver control stack (core + backend + frontends). Things may change quickly and APIs are not stable yet. Expect rough edges and bugs; use at your own risk and please report issues you hit. Features, tests and docs are still being written (or not). +A modular transceiver control stack with configurable backends and frontends. The rig task is driven by controller components (state machine, handlers, and policies) with configurable polling and retry behavior via the `[behavior]` section in the config file. -The rig task is now driven by the controller components (state machine, handlers, and policies). Polling and retry behavior are configurable via the `[behavior]` section in the config file. +**Note**: This is a live project with evolving APIs. Please report issues and feature requests. Configuration reference: see `CONFIGURATION.md` for all server/client options and defaults.