Commit graph

58 commits

Author SHA1 Message Date
Bastian Schroll 5a405e1ddb Merge branch 'pr/20' into develop
Conflicts:
	boswatch.py

Merge branch 'pr/20' into develop

Conflicts:
	boswatch.py
2015-05-20 21:39:19 +02:00
JHCD 9000b77349 implement MySQL-plugin 2015-05-20 21:03:58 +02:00
Bastian Schroll 7699856884 activate rtl_fm and multimon 2015-05-20 19:48:46 +02:00
Bastian Schroll 972fc72aab create Logger in Try:Ex: - globals.script_path 2015-05-20 19:28:10 +02:00
Schrolli 1a5c71b4e8 insert usage info in template plugin 2015-05-20 15:20:40 +02:00
Schrolli 76222da522 use globals.config 2015-05-20 14:26:17 +02:00
Schrolli 76ec264046 change directory into main-dev-dir 2015-05-20 13:29:16 +02:00
Bastian Schroll 3134b2d474 HTTP request - seperate url for each function 2015-05-16 18:15:58 +02:00
Bastian Schroll af9aace684 logfiles in false Dir 2015-05-15 21:01:35 +02:00
Bastian Schroll f939041ad4 error in path check 2015-05-15 21:00:14 +02:00
Bastian Schroll 863ba8ae1a check for log dir - make it 2015-05-15 20:55:15 +02:00
Bastian Schroll dcd064c930 format error 2015-05-15 20:54:42 +02:00
Schrolli 15bf6fcb82 edit directory structure 2015-05-08 08:19:32 +02:00
Schrolli 652477df36 another tab problem 2015-05-08 08:14:10 +02:00
Schrolli cc45d539a6 tab problem 2015-05-08 08:13:28 +02:00
Schrolli 4007fcd477 edit for merge 2015-05-08 08:09:24 +02:00
Schrolli 2cd00244d8 Anpassung für merge 2015-05-08 07:56:41 +02:00
Smith-fms e2406e75fa POC1200 updated - error corrected. 2015-05-08 00:27:38 +02:00
Schrolli91 e88fff0a35 Update boswatch.py 2015-05-07 22:04:39 +02:00
Schrolli 745984e45b better error handling, except in clean-up routine 2015-04-28 15:43:47 +02:00
Schrolli 5b70a45f2a pocsag regex validation 2015-04-28 15:40:54 +02:00
Schrolli 475e737a57 little POC changes 2015-04-28 11:29:37 +02:00
Schrolli 7a84eedebf little changes 2015-04-28 11:20:51 +02:00
Schrolli 647f087053 error in config path 2015-04-28 11:10:36 +02:00
Schrolli 59c85eeb09 little change in POC logging 2015-04-28 11:07:31 +02:00
Smith-fms edd6648039 Added rangefilter for POCSAG1200 and POCSAG512 2015-04-27 15:11:09 +02:00
Smith-fms 7dba02be33 added POCSAG512 and POGSAC1200 support 2015-04-27 01:06:29 +02:00
Bastian Schroll 6269a10b99 exit error with args parser 2015-04-19 19:21:35 +02:00
Bastian Schroll 8083339658 litte error in FMS MySQL 2015-04-11 20:49:31 +02:00
Bastian Schroll 84892c09e0 fixed little errors 2015-04-11 20:28:07 +02:00
Bastian Schroll 67103eb0b5 edit FMS validation
the first 8 blocks 0-9 and a-f
2015-04-11 17:10:55 +02:00
Schrolli 6c31238a78 edit FMS validation 2015-04-10 07:46:26 +02:00
Schrolli 57245374ff alls 8 FMS blocks to one 2015-04-10 07:12:48 +02:00
Bastian Schroll 7aa9165ba2 check and log the HTTP response 2015-04-08 21:21:50 +02:00
Schrolli a137e958a0 edit readme 2015-04-08 08:24:02 +02:00
Bastian Schroll f45b4797ac sql connection close in every case 2015-04-07 21:38:17 +02:00
Bastian Schroll c4efc529a9 in case of config file error set std values 2015-04-07 21:36:15 +02:00
Bastian Schroll 40d45538db preload variables 2015-04-07 21:20:48 +02:00
Bastian Schroll 6efb781309 fix sql connection timeout
for every action a new connection are created and closed
2015-04-07 21:18:37 +02:00
Bastian Schroll 36584dce16 change relative to absolute paths 2015-04-07 21:02:56 +02:00
Bastian Schroll 046ae7263b edit some error messages 2015-04-07 20:40:02 +02:00
Bastian Schroll 7cccf66cd4 quiet mode bug
dont show BOSWatch Header text in quiet mode
2015-04-05 19:20:42 +02:00
Bastian Schroll 655c1ee99d added a quit mode
quiet mode (-q/--quiet) without any display output, only Logfiles
2015-04-05 08:11:06 +02:00
Bastian Schroll 3bb87f9782 nicer install.sh
and other little things
2015-04-05 00:54:41 +02:00
Bastian Schroll bd7ce55b39 Logfile and better Error handling
Logfile log_bos.txt
seperate Logfiles for rtl_fm an multimon (log_rtl.txt, log_mon.txt)
better error handling and more log messages
2015-04-05 00:15:32 +02:00
Bastian Schroll 919f04aa74 insert Loglevel
insert the Loglevel:
[INFO] for the display output
[LOG] for a logfile (not now)
[ERROR] for program errors
2015-04-04 23:33:12 +02:00
Bastian Schroll 818309740e added global log function 2015-04-04 22:08:51 +02:00
Bastian Schroll c331d14047 added simple HTTP request
if alarm send a HTTP request to an url you want
2015-04-04 21:47:09 +02:00
Bastian Schroll 7dd61db384 prepared config.ini for module support 2015-04-04 19:21:42 +02:00
Bastian Schroll cfaa8229c6 logo in Script 2015-04-04 16:18:27 +02:00