mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-16 04:04:30 +01:00
Update config.template.ini
Performing changes to provide regex for searching coordinates in poc-text
This commit is contained in:
parent
52fe249ab6
commit
33b633c475
|
|
@ -115,6 +115,10 @@ netIdent_ric = 0174760, 1398098
|
|||
# you can hold one entry per netIdent_ric [0] or the whole history [1]
|
||||
netIdent_history = 0
|
||||
|
||||
# If a RIC contains coordinates, specify the regex used to decode them
|
||||
geo_format = #C(\d{2})(\d{5}),(\d{2})(\d{5})#
|
||||
geo_order = LON, lon, LAT, lat
|
||||
|
||||
|
||||
[multicastAlarm]
|
||||
# Configure multicastAlarm if your POCSAG network uses an optimized transmission scheme for alarms with more than one RIC (often found in Swissphone networks).
|
||||
|
|
|
|||
Loading…
Reference in a new issue