forked from FlavioFalcao/freqwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
freqwatch.conf
40 lines (32 loc) · 817 Bytes
/
freqwatch.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# freqwatch v0.2
[rtl]
# Make this unique for each db client (computer)
clientid=client1
# Where is rtl_power on your system?
rtl_path=/usr/bin
# Which devices do you want to use as scanners? Each one must be unique.
# There must be one scanner entry belelow for each number you specify here.
#scanners=0,1,2,3
scanners=0,1,2
# The format is: freqs(rtl_power format)/squelch/ppm
# Squelch is in rtl_power units (dBm), and not float
scanner0=108M:308M:25k/-5/
scanner1=308M:508M:25k/-5/
scanner2=508M:708M:25k/-5/
#scanner3=708M:908M:25k/-10/
# How long to wait between rtl_power calls
collection_delay=1
[db]
db_ip=127.0.0.1
db_port=3306
db_db=freqwatch
db_user=freqwatch
db_pass=passwd
db_scan_table=freqs
db_mon_table=intercepts
[gps]
# 1 to use gpsd, 0 to not
gpsd=0
gpsd_ip=192.168.0.11
gpsd_port=2947