From a479517a1799b2d8dc5a36ad490cadf34e8e1660 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 29 Mar 2026 14:07:10 +0200 Subject: [PATCH] =?UTF-8?q?[fix](trx-rs):=20correct=20README=20diagram=20?= =?UTF-8?q?=E2=80=94=20Opus-TCP=20is=20per=20rig,=20not=20a=20fixed=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24359ce..20dd842 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ graph TD SDR3["SDR #3"] & FT817["FT-817"] <-->|USB / serial| S2["trx-server B"] S1 <-->|"JSON-TCP :4530"| C1["trx-client"] - S1 -->|"Opus-TCP :4531"| C1 + S1 -->|"Opus-TCP per rig"| C1 S2 <-->|"JSON-TCP :4530"| C1 - S2 -->|"Opus-TCP :4531"| C1 + S2 -->|"Opus-TCP per rig"| C1 C1 <-->|internal channels| F1["Web UI :8080"] C1 <-->|internal channels| F2["rigctl :4532"]