rs2322tcp/configs/client.json
2026-08-10 16:20:28 +02:00

20 lines
379 B
JSON

{
"server": {
"address": "100.64.0.10",
"port": 5000
},
"virtual_port_range": {
"first": 100,
"last": 199
},
"virtual_ports": [
{
"port": "/dev/ttyUSB100",
"remote_device": "radio"
},
{
"port": "/dev/ttyUSB101",
"remote_device": "rotor"
}
]
}