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
This commit is contained in:
JHCD 2015-06-29 22:31:34 +02:00
parent eba5b7947a
commit a1d610ee6a
2 changed files with 251 additions and 187 deletions

View file

@ -17,6 +17,12 @@ loglevel = 10
# backupCount = 7 (keeps logfiles for a week)
backupCount = 7
# if you want to start BOSWatch as a daemon with rc2.d,
# you have to set the path to rtl_fm and multimon-ng !
# the path have to end with an /
#rtl_path = /usr/local/bin/
#multimon_path = /usr/local/bin/
# Using RegEx-Filter (0|1)
# Filter-configuration in section [Filters]
useRegExFilter = 0