make client ready for broadcast function

This commit is contained in:
Bastian Schroll 2019-02-27 12:08:55 +01:00
parent 54b4c1439a
commit e2ca436e5d
5 changed files with 33 additions and 21 deletions

View file

@ -9,25 +9,22 @@
client:
name: BW3 Client # name of the BW3 Client instance
inputSource: stick # possible is 'stick' or 'audio'
# useBroadcast: yes # use broadcast function to find server
inputSource: sdr # atm only 'sdr' is possible
useBroadcast: no # use broadcast to find server automatically
# atm only one server possible
server: # only used if useBroadcast = no
name: Server one
server: # only used if useBroadcast = no
ip: 127.0.0.1
port: 8080
inputSource:
stick:
sdr:
device: 0
frequency: 85.000M
PPMError: 0
Squelch: 0
Gain: 100
audio: # not implemented yet
decoder: # not implemented yet
decoder:
fms: yes
zvei: yes
poc512: yes