mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
make client ready for broadcast function
This commit is contained in:
parent
54b4c1439a
commit
e2ca436e5d
5 changed files with 33 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue