mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
edit config file
This commit is contained in:
parent
519df6e3f9
commit
32eba642c4
2 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue