mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop
This commit is contained in:
commit
76b540f1c0
|
|
@ -16,8 +16,8 @@ unless you are developer you can use the develop-Branch - may be unstable!
|
|||
- FMS, ZVEI and POCSAG512/1200/2400 decoding and Displaying
|
||||
- Plugin support for easy Functions extension
|
||||
- Filtering double alarms with adjustable time
|
||||
- Filtering Range of POCSAG RIC´s
|
||||
- Filtering Data for each Typ/Plugin combination
|
||||
- Filtering Allowed, Denied and Range of POCSAG RIC´s
|
||||
- Filtering Data for each Typ/Plugin combination with RegEX
|
||||
- All configurations in seperate config File
|
||||
- Data validation (plausibility test)
|
||||
- Logfiles for better Troubleshooting
|
||||
|
|
@ -30,7 +30,7 @@ unless you are developer you can use the develop-Branch - may be unstable!
|
|||
###Plugins
|
||||
##### Implemented Plugins:
|
||||
- MySQL (insert Data into MySQL Database [FMS|ZVEI|POC])
|
||||
- BosMon (send Data to BosMon Server [ZVEI|POC])
|
||||
- BosMon (send Data to BosMon Server [FMS|ZVEI|POC])
|
||||
- httpRequest (send a request to an URL [FMS|ZVEI|POC])
|
||||
|
||||
##### Plugins for the Future:
|
||||
|
|
|
|||
|
|
@ -41,9 +41,12 @@ filter_range_end = 9999999
|
|||
|
||||
|
||||
[Filters]
|
||||
#RegEX Filter Configuration
|
||||
#No Filter for a Typ/Plugin Combination = all Data pass
|
||||
#INDIVIDUAL_NAME = TYP;PLUGIN;REGEX
|
||||
zvei_local_filter = ZVEI;template;25[0-9F]{3}
|
||||
|
||||
#only ZVEI to template with 25###
|
||||
#testfilter = ZVEI;template;25[0-9F]{3}
|
||||
|
||||
|
||||
[Plugins]
|
||||
|
|
@ -51,6 +54,7 @@ zvei_local_filter = ZVEI;template;25[0-9F]{3}
|
|||
MySQL = 0
|
||||
BosMon = 0
|
||||
httpRequest = 0
|
||||
|
||||
# for developing template-module
|
||||
template = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue