From 32eba642c48a7dbb3fcfb8ff7b0cc26dbf1edb5f Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 23 Feb 2018 07:31:16 +0100 Subject: [PATCH] edit config file --- config/client.ini | 20 ++++++++++++++++---- plugins/readme.md | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/config/client.ini b/config/client.ini index eab18b4..8a2acc9 100644 --- a/config/client.ini +++ b/config/client.ini @@ -12,13 +12,22 @@ IP = 127.0.0.1 PORT = 8080 -# choose input source for multimon -# 'stick' or 'audio' -InputSource = stick +# you can set multiple servers (one line for each) +# the alarm data are served to all server simultane +# for each server you can set one backup server that be used if master is not reachable +# {indv. name} = {Master}:{PORT};{Slave}:{PORT} + +# Name Master Port|Slave Port +server1 = 127.0.0.1:8080 +serverTest = 127.0.0.1:1234;192.168.178.1:1234 [Client] # information about this BOSWatch client instance -Name = BW3 Client +Name = BW3 Client + +# choose input source for multimon +# 'stick' or 'audio' +InputSource = stick [Stick] # configuration for your DVB-T stick @@ -28,6 +37,9 @@ PPMError = 0 Squelch = 0 Gain = 100 +[Audio] +# configuration for audio input + [Decoder] # here you can enable needed decoders FMS = 0 diff --git a/plugins/readme.md b/plugins/readme.md index abff90a..e8db4b3 100644 --- a/plugins/readme.md +++ b/plugins/readme.md @@ -38,4 +38,4 @@ findet sich im entsprechenden BOSWatch-Packet Dokument. ### 5.) Wildcards parsen Das parsen der Wildcars funktioniert komfortabel über die interne Methode `self.parseWildcards(MSG)`. -Die Platzhalter für die Wildcards findet man in `boswatch/utils/wildcard.py` +Die Platzhalter für die Wildcards findet man in `boswatch/utils/wildcard.py` oder in der `packet.md`-