mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-27 17:54:13 +01:00
edit config file
This commit is contained in:
parent
519df6e3f9
commit
32eba642c4
|
|
@ -12,13 +12,22 @@
|
||||||
IP = 127.0.0.1
|
IP = 127.0.0.1
|
||||||
PORT = 8080
|
PORT = 8080
|
||||||
|
|
||||||
# choose input source for multimon
|
# you can set multiple servers (one line for each)
|
||||||
# 'stick' or 'audio'
|
# the alarm data are served to all server simultane
|
||||||
InputSource = stick
|
# 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]
|
[Client]
|
||||||
# information about this BOSWatch client instance
|
# information about this BOSWatch client instance
|
||||||
Name = BW3 Client
|
Name = BW3 Client
|
||||||
|
|
||||||
|
# choose input source for multimon
|
||||||
|
# 'stick' or 'audio'
|
||||||
|
InputSource = stick
|
||||||
|
|
||||||
[Stick]
|
[Stick]
|
||||||
# configuration for your DVB-T stick
|
# configuration for your DVB-T stick
|
||||||
|
|
@ -28,6 +37,9 @@ PPMError = 0
|
||||||
Squelch = 0
|
Squelch = 0
|
||||||
Gain = 100
|
Gain = 100
|
||||||
|
|
||||||
|
[Audio]
|
||||||
|
# configuration for audio input
|
||||||
|
|
||||||
[Decoder]
|
[Decoder]
|
||||||
# here you can enable needed decoders
|
# here you can enable needed decoders
|
||||||
FMS = 0
|
FMS = 0
|
||||||
|
|
|
||||||
|
|
@ -38,4 +38,4 @@ findet sich im entsprechenden BOSWatch-Packet Dokument.
|
||||||
|
|
||||||
### 5.) Wildcards parsen
|
### 5.) Wildcards parsen
|
||||||
Das parsen der Wildcars funktioniert komfortabel über die interne Methode `self.parseWildcards(MSG)`.
|
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`-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue