Commit graph

240 commits

Author SHA1 Message Date
Marco Schotthöfer a1bda7ebf6 Add field "ricFuncChar" in data structure for POC messages as a
combination of "ric" and "functionChar" for using in RegEx filter.
2020-07-17 06:46:22 +02:00
Bastian Schroll 04af8f0359
prep for next rel 2020-04-28 13:02:26 +02:00
Lars Gremme 502f4036fb Change distance 2020-04-22 21:44:03 +02:00
Lars Gremme 6912c59785 Add paramter to change between main-ric and sub-ric 2020-04-22 20:24:54 +02:00
Bastian Schroll d1b1c1c320
preare for next version 2020-04-16 13:19:42 +02:00
Bastian Schroll b9c6744667
prepare release 2020-04-16 13:10:17 +02:00
Bastian Schroll d30bb515cd Merge branch 'develop' into patch-csv 2019-10-17 12:47:22 +02:00
Florian dc00fbc7a0
Update descriptionList.py
Simplifying RegEx because of set IGNORECASE
2019-10-17 12:08:47 +02:00
Florian c631692bac
Refactoring RegEx
Changing RegEx to check entry; FMS containing chars inbetween had not been loaded, so the RegEx (l. 46) has been changed to correct it.

Also: removing semicolon in l 105
2019-10-17 11:01:53 +02:00
Bastian Schroll 057945be47 cherrypick hotfix from master (#414) 2019-10-14 09:10:47 +02:00
Florian a994381de1
HOTFIX pocsag decoder
HOTFIX pocsag decoder to solve #413 ; definition of var in both functions.
2019-10-13 23:18:03 +02:00
Bastian Schroll 7904fc3275
HOTFIX pocsag decoder
Fixes #413
2019-10-13 17:56:09 +02:00
Florian 82448a737a
Update poc.py 2019-09-26 21:25:11 +02:00
Bastian Schroll 860f3d5e7d prepare dev for next release 2019-09-22 09:43:37 +02:00
Bastian Schroll dd82fe80ab prepare for release 2019-09-22 09:42:15 +02:00
Florian d45214627a
Update poc.py
Fixing brokes line-ends
2019-09-21 23:50:46 +02:00
Florian 0c19b5ece5
Update poc.py
Switch to enable decoding
2019-09-21 00:35:28 +02:00
Florian 6130efa762
Update poc.py
Exceptionhandling in case no regex is specified
2019-09-07 22:57:04 +02:00
Florian 52fe249ab6
Filtering for geo-data
instead of checking for locations in a specific plugin, a central approach is done here; at the moment, a regex containing coordinates is to be found in the poc-text. The coordinates are parsed and afterwards stored into data as lon/lat.
2019-09-05 08:26:24 +02:00
Bastian Schroll 483c4f167e
Update globalVars.py 2019-08-28 11:09:01 +02:00
Bastian Schroll fb188bc5ee
Merge branch 'develop' into ff-agent-fixes 2019-08-28 09:54:19 +02:00
f-kessler af887c2b23
enhancement for deepcopy 2019-04-25 21:35:21 +02:00
Bastian Schroll 9c0ed135bb
Merge branch 'develop' into hue-plugin 2019-03-15 07:30:36 +01:00
f-kessler b1170668b2
moved copy into for loop 2019-03-14 12:07:32 +01:00
f-kessler 07a69d5e26
comment updated 2019-03-14 12:04:35 +01:00
f-kessler b3e63afc9c
deepcopy of alarm data moved to processAlarm 2019-03-14 12:02:00 +01:00
Bastian Schroll 65dd9b495d Merge branch 'develop' 2019-03-11 12:43:46 +01:00
Bastian Schroll 9a3d4ec12b prepare release 2019-03-11 12:40:39 +01:00
Bastian Schroll d7b43ca808 edit readme 2019-03-11 12:38:43 +01:00
f-kessler f86aeb914b
Update alarmHandler.py 2019-03-03 20:38:43 +01:00
f-kessler 04f98f21c4
fix for #375
https://github.com/Schrolli91/BOSWatch/issues/375
2019-03-03 16:16:21 +01:00
Bastian Schroll 69452e9036
Merge branch 'master' into new_version 2018-10-23 08:02:30 +02:00
Bastian Schroll 740f10dfae prepare for new version 2018-10-23 07:59:39 +02:00
Bastian Schroll bf31a04e07 remove NMA 2018-09-05 07:18:06 +02:00
Bastian Schroll 110d3bf66f prepare after release changes 2018-08-16 20:19:47 +02:00
Bastian Schroll dbaedf83b5 v2.4 prepare 2018-08-16 20:17:33 +02:00
Bastian Schroll 9ad6da6af2
Merge pull request #370 from f-kessler/develop
Clear buffer after multicastAlarm_ric received
2018-08-16 20:11:01 +02:00
Bastian Schroll 95262e0c7c edit dev version 2018-08-15 07:26:22 +02:00
f-kessler e5db9fed09
fixed indenting bug 2018-08-11 16:43:38 +02:00
f-kessler ce144c82e1
moved delete to the end of the function 2018-08-11 13:37:30 +02:00
f-kessler 8c1351ccbd
fixed the delete of all contents in multiList 2018-08-11 12:52:30 +02:00
f-kessler 58ad0e5308
Clear buffer after multicastAlarm_ric received
Fix for networks that mix normal alarms with multicastAlarms (delimiter needs to be deactivated).
If the delimiter is deactivated, RICs in the buffer will be deleted only if they are older than multicastAlarm_ignore_time. This could cause a mixture of RICs of the current and the privious multicastAlarm. This problem can be fixed, by clearing the buffer after the multicastAlarm sequence has finished.
2018-08-10 23:12:42 +02:00
f-kessler 6ce67f24dd Enhancement for multicastAlarm. The RICs configured in multicastAlarm_delimiter_ric and multicastAlarm_ric no longer need to be included in allow_ric or filter_range_start/filter_range_end. 2018-02-22 14:20:33 +01:00
Bastian Schroll ba1c35b44d dev ready for next version 2017-12-21 09:27:00 +01:00
Bastian Schroll decd4461d7 prepare new Version 2.3 2017-12-21 09:20:31 +01:00
f-kessler 59b78a4f64 multi delimiter and text RICs
Changed to support multiple delimiters and text RICs
2017-10-23 20:34:25 +02:00
Bastian Schroll 3b2275094d Merge branch 'develop' into dev-express-alarm 2017-10-21 23:08:10 +02:00
Bastian Schroll c144205eb0 edit version 2017-10-21 22:50:55 +02:00
f-kessler b7141d986b fixed remove of old RICs and replacement of data for calling alarmHandler
Changed for loop to iterate over a copy of multiList
fixed replacement of data from xData
2017-10-09 20:59:03 +02:00
f-kessler bcdac6e2e6 exclude netIdent_ric from multicastAlarm
If not excluded it cannot be used anywhere
2017-10-05 21:09:24 +02:00