diff --git a/README.md b/README.md index c53bc91..bad33ae 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/config/config.template.ini b/config/config.template.ini index b171c13..41667f9 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -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