2019-02-26 15:16:52 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# ____ ____ ______ __ __ __ _____
|
|
|
|
|
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
|
|
|
|
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
|
|
|
|
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
|
|
|
|
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
|
|
|
|
# German BOS Information Script
|
|
|
|
|
# by Bastian Schroll
|
|
|
|
|
|
|
|
|
|
client:
|
2019-02-27 08:02:40 +01:00
|
|
|
name: BW3 Client # name of the BW3 Client instance
|
2019-02-27 12:08:55 +01:00
|
|
|
inputSource: sdr # atm only 'sdr' is possible
|
|
|
|
|
useBroadcast: no # use broadcast to find server automatically
|
2019-02-26 15:16:52 +01:00
|
|
|
|
2019-02-27 12:08:55 +01:00
|
|
|
server: # only used if useBroadcast = no
|
2019-02-27 08:39:54 +01:00
|
|
|
ip: 127.0.0.1
|
|
|
|
|
port: 8080
|
2019-02-26 15:16:52 +01:00
|
|
|
|
|
|
|
|
inputSource:
|
2019-02-27 12:08:55 +01:00
|
|
|
sdr:
|
2019-02-26 15:16:52 +01:00
|
|
|
device: 0
|
2019-02-27 08:02:40 +01:00
|
|
|
frequency: 85.000M
|
2019-03-10 19:15:05 +01:00
|
|
|
error: 0
|
|
|
|
|
squelch: 0
|
|
|
|
|
gain: 100
|
2019-02-26 15:16:52 +01:00
|
|
|
|
2019-02-27 12:08:55 +01:00
|
|
|
decoder:
|
2019-02-26 15:16:52 +01:00
|
|
|
fms: yes
|
|
|
|
|
zvei: yes
|
|
|
|
|
poc512: yes
|
|
|
|
|
poc1200: yes
|
|
|
|
|
poc2400: yes
|