[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 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <sjg@haxx.space>
This commit is contained in:
2026-02-20 23:05:20 +01:00
parent 73e57d1cf1
commit fa26d154b1
+3 -3
View File
@@ -2,11 +2,11 @@
<img src="assets/trx-logo.png" alt="trx-rs logo" width="25%" /> <img src="assets/trx-logo.png" alt="trx-rs logo" width="25%" />
</div> </div>
# 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. Configuration reference: see `CONFIGURATION.md` for all server/client options and defaults.