Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop

This commit is contained in:
JHCD 2015-05-25 00:12:37 +02:00
commit 76b540f1c0
2 changed files with 8 additions and 4 deletions

View file

@ -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:

View file

@ -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