You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.6 KiB
75 lines
1.6 KiB
radioWide:
|
|
hostVersion: "R01.00.00"
|
|
codeplugVersion: "R01.00.00"
|
|
radioAlias: ""
|
|
serialNumber: "123ABC1234"
|
|
model: "CONSOLE"
|
|
inCarMode: "N/A"
|
|
|
|
systems:
|
|
- name: "System 1"
|
|
address: "localhost"
|
|
port: 3000
|
|
authKey: ""
|
|
rid: "12345"
|
|
site:
|
|
name: "Central Site"
|
|
controlChannel: "772.74375"
|
|
voiceChannels: []
|
|
location:
|
|
x: 757.89
|
|
y: 1274.17
|
|
z: 360.3
|
|
systemID: 1
|
|
siteID: 1
|
|
range: 1.5
|
|
|
|
# Example DVM Project FNE system
|
|
- name: "System 2"
|
|
address: "localhost"
|
|
port: 3001
|
|
authKey: "RPT_PASSWORD"
|
|
peerId: 1234567
|
|
isDvm: true
|
|
# Note: for proper operation with affiliated traffic, this id will use +1 for each channel you have for affiliation purposes
|
|
rid: "12345"
|
|
site:
|
|
name: "Central Site"
|
|
controlChannel: "772.74375"
|
|
voiceChannels: []
|
|
location:
|
|
x: 757.89
|
|
y: 1274.17
|
|
z: 360.3
|
|
systemID: 1
|
|
siteID: 1
|
|
range: 1.5
|
|
|
|
|
|
zones:
|
|
- name: "Zone 1"
|
|
channels:
|
|
- name: "Channel 1"
|
|
system: "System 1"
|
|
tgid: "2001"
|
|
keyId: 0x50
|
|
algoId: 0xaa
|
|
encryptionKey: 0x01, 0x23, 0x45, 0x67, 0x89
|
|
- name: "Channel 2"
|
|
system: "System 1"
|
|
tgid: "15002"
|
|
- name: "Channel 3"
|
|
system: "System 1"
|
|
tgid: "15003"
|
|
|
|
- name: "Zone 2"
|
|
channels:
|
|
- name: "Channel A"
|
|
system: "System 1"
|
|
tgid: "16001"
|
|
- name: "Channel B"
|
|
system: "System 1"
|
|
tgid: "16002"
|
|
- name: "Channel C"
|
|
system: "System 1"
|
|
tgid: "16002" |