BW3-Core/config/client.yaml

42 lines
1.2 KiB
YAML
Raw Normal View History

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
inputSource: sdr # name of the input source('sdr' or 'lineIn')
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
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:
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
2019-10-21 20:10:42 +02:00
rtlPath: /usr/bin/rtl_fm
2019-10-21 09:43:25 +02:00
mmPath: /opt/multimon/multimon-ng
lineIn:
card: 1
device: 0
mmPath: /opt/multimon/multimon-ng
2019-02-26 15:16:52 +01:00
decoder:
2019-02-26 15:16:52 +01:00
fms: yes
zvei: yes
poc512: yes
poc1200: yes
poc2400: yes