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
|
2020-04-20 08:18:29 +02:00
|
|
|
inputSource: sdr # name of the input source('sdr' or 'lineIn')
|
2019-02-27 12:08:55 +01:00
|
|
|
useBroadcast: no # use broadcast to find server automatically
|
2019-09-20 18:20:07 +02:00
|
|
|
reconnectDelay: 3 # time in seconds to delay reconnect try
|
2019-09-20 18:52:39 +02:00
|
|
|
sendTries: 3 # how often should tried to send a packet
|
|
|
|
|
sendDelay: 3 # time in seconds to delay the resend try
|
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-10-18 22:28:50 +02:00
|
|
|
frequency: 85M
|
2019-03-10 19:15:05 +01:00
|
|
|
error: 0
|
2019-10-10 20:55:25 +02:00
|
|
|
squelch: 1
|
2019-03-10 19:15:05 +01:00
|
|
|
gain: 100
|
2022-01-23 11:06:24 +01:00
|
|
|
#fir_size: 0
|
2022-03-17 22:20:42 +01:00
|
|
|
rtlPath: /usr/local/bin/rtl_fm
|
2020-04-20 08:18:29 +02:00
|
|
|
lineIn:
|
|
|
|
|
card: 1
|
|
|
|
|
device: 0
|
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
|
2020-07-09 15:20:54 +02:00
|
|
|
Path: /opt/multimon/multimon-ng
|
2020-07-13 20:02:00 +02:00
|
|
|
char: DE
|