From 8e3162d7e69419c7ce0e8397b231d329e5dae5bc Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 29 Mar 2026 14:07:59 +0200 Subject: [PATCH] [docs](trx-rs): remove JSON-TCP frontend from README diagram JSON-TCP frontend is for debugging only, not worth showing in the overview. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 20dd842..947a104 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ graph TD C1 <-->|internal channels| F1["Web UI :8080"] C1 <-->|internal channels| F2["rigctl :4532"] - C1 <-->|internal channels| F3["JSON-TCP"] ``` Each `trx-server` owns one or more rigs and runs DSP, decoding, and audio capture locally.