initial commit

Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2025-11-24 22:02:23 +01:00
commit 025eb237b2
37 changed files with 5175 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<div align="center">
<img src="assets/trx-logo.png" alt="trx-rs logo" width="25%" />
</div>
# trx-rs (work in progress)
This is an early, untested snapshot of a transceiver control stack (core + backend + HTTP frontend). 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).
## Supported backends
- Yaesu FT-817 (feature-gated crate `trx-backend-ft817`)
- Planned: other rigs I own; contributions and reports are welcome.
## License
This project is licensed under the BSD-2-Clause license. See `LICENSES/` for bundled third-party license files.