Commit graph

147 commits

Author SHA1 Message Date
Bastian Schroll bf31a04e07 remove NMA 2018-09-05 07:18:06 +02:00
Bastian Schroll 3b2275094d Merge branch 'develop' into dev-express-alarm 2017-10-21 23:08:10 +02:00
Bastian Schroll 3782974094 edit log output 2017-10-04 06:43:44 +02:00
Bastian Schroll 33706e5f2d little fix 2017-10-04 06:30:53 +02:00
Bastian Schroll cc66f4547a print python vers nr in log 2017-10-04 06:16:37 +02:00
Bastian Schroll 594ddb4452 add config debug prints 2017-10-03 22:26:05 +02:00
Bastian Schroll 03cd002cfe Merge branch 'develop' into dev-express-alarm 2017-10-03 19:18:37 +02:00
Bastian Schroll 3fed1ac12a decouple vers nr and branch name 2017-10-03 16:00:31 +02:00
f-kessler bd733b61b4 changed logging to multicastAlarm 2017-09-24 12:01:15 +02:00
Bastian Schroll 0ed8df0202 add ExpressAlarm to logging 2017-09-20 06:31:47 +02:00
Bastian Schroll 98b50110a0 change from ZVEI2 to ZVEI1 2017-03-05 20:21:16 +01:00
Bastian Schroll 81e83e4c2e Revert "add ZVEI1 support in BOSWatch"
This reverts commit a1a48e4ec7.
2017-03-05 20:19:29 +01:00
Bastian Schroll a1a48e4ec7 add ZVEI1 support in BOSWatch 2017-03-01 09:08:15 +01:00
Bastian Schroll 6fb8bbfcb1 testmode - remove waittime
remove waittime for faster travis build
2017-02-23 11:40:24 +01:00
Bastian Schroll bb680de539 move testdata.txt to citest folder 2017-02-21 09:00:12 +01:00
Florian 53d3432df1 Update boswatch.py
Check for existing config.ini
Without a config.ini there is no possibility to start BOSWatch; therefore it makes sense to put this check on the very beginning of the program.
2017-02-18 00:23:25 +01:00
Bastian Schroll 3c00628b2d some edits for code quallity 2017-02-12 10:04:31 +01:00
Florian 486464b680 boswatch.py
Set device to 0 by default
2016-12-22 22:44:56 +01:00
PeterLaemmle 6554c02ff3 Update boswatch.py
Make --device a required argument.
2016-10-25 18:59:56 +02:00
Bastian Schroll 7bf7f3c47b remove some unnecessary pass statements 2016-10-03 16:45:12 +02:00
Bastian Schroll e938cdcd6d rename globals. call to globalVars. 2016-10-03 12:02:18 +02:00
Bastian Schroll f8fcda94b6 rename globals to globalVars
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
Bastian Schroll e8e870849d rename filter to regexFilter
to prevent to redifine an builtin function
2016-10-03 11:50:18 +02:00
Ricardo Krippner c57659f1f4 update to select rtl device via serialnumber 2016-09-29 14:24:35 +02:00
Bastian Schroll b290003cec #97 2016-07-12 16:47:44 +02:00
Bastian Schroll 29578fbeb4 little change for #97 2016-07-12 16:46:30 +02:00
Bastian Schroll b7bab56b73 add gain default value - #84 2016-07-03 17:33:10 +02:00
Bastian Schroll a6239f2470 add func to write multimon raw data into txt file 2016-07-01 11:31:28 +02:00
Bastian Schroll dba4bdc890 insert an install file for the dev branch 2016-03-26 10:13:50 +01:00
Schrolli91 0c3ed6d788 insert -g --gain function 2015-12-25 23:13:12 +01:00
JHCD e26fc45313 rename includes/converter.py -> includes/helper/freqConverter.py 2015-07-31 19:20:05 +02:00
JHCD 30320b3c71 add possibility to start Plugins asynchron
If you are using many Plugins or Plugins with a long execution time you could execute them in an asynchronous manner.
It must be pointed out that enabling (0|1) this consume time, so don't use it for one rapid Plugin.
2015-07-30 18:55:36 +02:00
JHCD 19653e5515 add line break to eMail plugin #71 2015-07-28 19:44:14 +02:00
JHCD f95a270177 replace passwords and apikeys with "***" in logging #69 2015-07-27 20:55:50 +02:00
JHCD 65a35d4a64 change logging behaviour of NMAHandler #33
NMA applicationname is now configurable
NMA event contains now module and function
2015-07-24 14:39:32 +02:00
JHCD b09f1731ea add logging handler for NotifyMyAndroid #46 2015-07-23 20:37:33 +02:00
Schrolli c19a89859b change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
2015-07-13 10:19:45 +02:00
Bastian Schroll e8e1b5940c added .rstrip(' \t\n\r') to len(testdata) check
now no clear lines are interpretet
2015-07-04 08:46:05 +02:00
JHCD aaa6a96a47 add testdata driver for testing all the different stuff
see issue #38
add much more testdate
2015-07-03 23:16:11 +02:00
Bastian Schroll ac8a02e3ca insert helper function timeHandler.getTimestamp() 2015-07-02 21:39:43 +02:00
Schrolli 48c4d1e354 remove trailing whitespace 2015-07-02 09:02:49 +02:00
Schrolli ab4b63daac insert version number and build date in the globals 2015-07-02 07:33:27 +02:00
JHCD 01ae87c918 solve some bugs
- solve issue #35
- some bugs in logging errors
- move check subprocesses in include-file
2015-07-01 22:04:06 +02:00
Schrolli 5b875b4def now you must only activate the description tool in the needed section, not global 2015-07-01 10:41:23 +02:00
Schrolli 174ad46a8c collect testdata for the testmode 2015-06-30 13:53:06 +02:00
Schrolli 0199151165 littles changes at arguments debug 2015-06-30 12:38:52 +02:00
Schrolli 34603a1297 little Bug in last commit 2015-06-30 08:00:40 +02:00
Schrolli bcc0fca656 added the name of the talking function to the logging 2015-06-30 07:59:27 +02:00
JHCD 9b6e5c8da3 some changes in exception-handling 2015-06-29 23:32:55 +02:00
JHCD a1d610ee6a solve issue #30 and #31; change error-handling; test-mode
1.) move bin-path for rtl_fm and multimon-ng to config.ini
2.) check if rtl_fm and multimon-ng started without errors
    both programs don't terminate in case of an error, so we have to
    read the logfile and look into it
3.) now we can't start a instance of BOSWatch without a free SDR-stick
    added -t --test as new argument to skip instantiate of rtl-fm and multimon-ng
4.) change error-handling
2015-06-29 22:31:34 +02:00