16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"server": {
|
|
"address": "100.64.0.10",
|
|
"port": 5000
|
|
},
|
|
"virtual_ports": [
|
|
{
|
|
"port": "COM7",
|
|
"remote_device": "radio"
|
|
},
|
|
{
|
|
"port": "COM8",
|
|
"remote_device": "rotor"
|
|
}
|
|
]
|
|
}
|