mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
update readme.md
This commit is contained in:
parent
c2e435564d
commit
15f4f99012
12
README.md
12
README.md
|
|
@ -59,12 +59,12 @@ For the RegEX filter functions see Section `[Filters]`
|
||||||
http://www.regexr.com/ - RegEX test tool an documentation
|
http://www.regexr.com/ - RegEX test tool an documentation
|
||||||
No filter for a combination typ/plugin = all data will pass
|
No filter for a combination typ/plugin = all data will pass
|
||||||
|
|
||||||
Syntax: INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;FREQUENZ;REGEX (separator ";")
|
Syntax: `INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;FREQUENZ;REGEX` (separator `;`)
|
||||||
- TYP = the data typ (FMS|ZVEI|POC)
|
- `TYP` = the data typ (FMS|ZVEI|POC)
|
||||||
- DATAFIELD = the field of the data array (See interface.txt)
|
- `DATAFIELD` = the field of the data array (See interface.txt)
|
||||||
- PLUGIN = the name of the plugin to call with this filter (* for all)
|
- `PLUGIN` = the name of the plugin to call with this filter (* for all)
|
||||||
- FREQUENZ = the frequenz to use the filter (for more SDR sticks (* for all))
|
- `FREQUENZ` = the frequenz to use the filter (for more SDR sticks (* for all))
|
||||||
- REGEX = the RegEX
|
- `REGEX` = the RegEX
|
||||||
|
|
||||||
only ZVEI to all plugins with 25### at 85.5MHz
|
only ZVEI to all plugins with 25### at 85.5MHz
|
||||||
testfilter = ZVEI;zvei;*;85500000;25[0-9]{3}
|
testfilter = ZVEI;zvei;*;85500000;25[0-9]{3}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue