BW3-Core/config/client.yaml

39 lines
1,017 B
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: stick # possible is 'stick' or 'audio'
useBroadcast: yes # use broadcast function to find server
2019-02-26 15:16:52 +01:00
2019-02-27 08:02:40 +01:00
servers: # only used if useBroadcast = no
- name: Server one
ip: 127.0.0.1
2019-02-26 15:16:52 +01:00
port: 8080
2019-02-27 08:02:40 +01:00
- name: Server two
ip: 11.12.13.14
2019-02-26 15:16:52 +01:00
port: 5000
inputSource:
stick:
device: 0
2019-02-27 08:02:40 +01:00
frequency: 85.000M
2019-02-26 15:16:52 +01:00
PPMError: 0
Squelch: 0
Gain: 100
2019-02-27 08:02:40 +01:00
audio: # not implemented yet
2019-02-26 15:16:52 +01:00
decoder:
fms: yes
zvei: yes
poc512: yes
poc1200: yes
poc2400: yes