[chore](trx-client): update default ports to 4530/4531

Change default remote connection port from 4532 to 4530 and audio
server_port from 4533 to 4531.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-23 12:12:49 +01:00
parent 5dc2b923d1
commit 5ee5b32d64
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ impl Default for AudioClientConfig {
fn default() -> Self {
Self {
enabled: true,
server_port: 4533,
server_port: 4531,
bridge: AudioBridgeConfig::default(),
}
}
+1 -1
View File
@@ -16,7 +16,7 @@ use trx_core::{RigError, RigResult};
use trx_protocol::rig_command_to_client;
use trx_protocol::{ClientCommand, ClientEnvelope, ClientResponse};
const DEFAULT_REMOTE_PORT: u16 = 4532;
const DEFAULT_REMOTE_PORT: u16 = 4530;
const CONNECT_TIMEOUT: Duration = Duration::from_secs(5);
const IO_TIMEOUT: Duration = Duration::from_secs(10);
const MAX_JSON_LINE_BYTES: usize = 16 * 1024;
+1 -1
View File
@@ -82,7 +82,7 @@ port = 0
# Enable remote audio stream and decode transport
enabled = true
# Remote trx-server audio port
server_port = 4533
server_port = 4531
[frontends.audio.bridge]
# Enable local cpal bridge for WSJT-X virtual audio routing