Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
yids
kukuruku-fork
Commits
d8da4e2c
Commit
d8da4e2c
authored
Jul 26, 2016
by
Jenda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example scanner configuration
parent
06f10981
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
135 additions
and
0 deletions
+135
-0
.kukuruku/scanner/70cm.conf.dis
.kukuruku/scanner/70cm.conf.dis
+5
-0
.kukuruku/scanner/blacklist.conf
.kukuruku/scanner/blacklist.conf
+1
-0
.kukuruku/scanner/bonton.conf
.kukuruku/scanner/bonton.conf
+12
-0
.kukuruku/scanner/fm.conf
.kukuruku/scanner/fm.conf
+18
-0
.kukuruku/scanner/main.conf
.kukuruku/scanner/main.conf
+81
-0
.kukuruku/scanner/sdilenky.conf.dis
.kukuruku/scanner/sdilenky.conf.dis
+18
-0
No files found.
.kukuruku/scanner/70cm.conf.dis
0 → 100644
View file @
d8da4e2c
[General]
freqstart=445M
freqstop=449M
stickactivity=True
silencegap=5
.kukuruku/scanner/blacklist.conf
0 → 100644
View file @
d8da4e2c
h
99700000
64000
bonton
.kukuruku/scanner/bonton.conf
0 → 100644
View file @
d8da4e2c
[
General
]
freq
=
100000
k
cron
=*
23
* * *
stick
=
90
randscan
=
no
stickactivity
=
false
[
Channel1
]
freq
=
99700
k
bw
=
128
k
pipe
=/
home
/
jenda
/
tmp
/
kukuruku
/
client
/
modes
/
wfm
.
py
_
FILENAME_
-
r
0
.
888
.kukuruku/scanner/fm.conf
0 → 100644
View file @
d8da4e2c
[
General
]
freq
=
100
M
cron
=*
3
* * *
stick
=
60
randscan
=
yes
stickactivity
=
false
[
Channel1
]
freq
=
100700
k
bw
=
64
k
;
continue
=
30
pipe
=/
home
/
jenda
/
tmp
/
kukuruku
/
client
/
modes
/
wfm
.
py
-
r
0
.
889
;[
Channel2
]
;
freq
=
99300
k
;
bw
=
64
k
;
continue
=
30
;
pipe
=/
home
/
jenda
/
tmp
/
kukuruku
/
client
/
modes
/
wfm
.
py
-
r
0
.
44
.kukuruku/scanner/main.conf
0 → 100644
View file @
d8da4e2c
[
General
]
;
size
of
SDR
buffer
,
used
for
flushing
bufsize
=
2048000
;
SDR
sample
rate
rate
=
2048000
;
the
duration
of
one
tune
,
in
seconds
interval
=
5
;
do
not
bother
with
scan
if
we
have
less
than
this
number
of
seconds
left
skip
=
3
;
spectrum
transform
size
fftw
=
2048
;
transform
decimation
;
we
do
transforms
on
every
fftw
*
fftskip
offset
fftskip
=
32
;
when
generating
scanplan
of
frequency
range
,
create
at
least
this
overlap
between
tunes
;
e
.
g
.
if
we
are
scanning
from
100
MHz
with
1
MHz
wire
SDR
,
the
first
scan
will
be
99
.
8
-
100
.
8
,
;
the
second
100
.
6
-
101
.
6
etc
.
overlap
=
0
.
2
;
when
the
scanner
picks
the
next
frequency
,
it
computes
SHA
(
time
+
nonce
)
;
set
this
to
different
values
if
you
want
multiple
scanners
jumping
independently
nonce
=
"abcdef"
;
the
noise
floor
is
set
as
floor
-
quantile
from
power
spectrum
floor
=
0
.
4
;
treat
everything
higher
than
floor
+
sql
[
dB
]
as
a
signal
sql
=
10
;
do
not
care
about
signals
narrower
than
this
(
kHz
) (
e
.
g
.
random
interference
,
carrier
-
only
etc
.)
minw
=
10
k
;
do
not
care
about
signals
wider
than
this
(
kHz
) (
e
.
g
.
do
not
catch
8
MHz
wide
DVB
-
T
multiplex
)
maxw
=
200
k
;
initial
gain
gain
=
0
,
30
,
30
,
30
;
try
to
do
autogain
with
this
gain
ID
parameter
; -
1
..
autogain
disabled
;
0
..
libosmosdr
autogain
;
1
..
libosmosdr
RF
gain
;
2
..
libosmosdr
IF
gain
;
3
..
libosmosdr
BB
gain
;
all
of
them
are
hardware
-
specific
,
if
you
don
'
t
know
,
you
probably
want
RF
gain
messgain
=
1
;
limit
the
auto
gain
algorithm
--
it
should
not
set
gain
below
and
above
this
mingain
=
10
maxgain
=
49
;
when
generating
FIR
filters
,
make
transition
band
bandwidth_of_signal
*
transition
wide
transition
=
0
.
2
;
multiply
the
filnal
filter
width
by
this
factor
;
we
usually
don
'
t
get
the
exact
position
of
the
signal
,
so
we
better
make
the
;
filter
wider
and
hope
we
dump
it
all
...
filtermargin
=
1
.
5
;
Record
every
channel
for
at
least
this
duration
stick
=
10
;
Continue
recording
the
channel
if
there
is
still
an
activity
stickactivity
=
False
;
Require
this
duration
of
silence
to
assume
the
channel
is
empty
silencegap
=
5
;
Dump
power
levels
to
a
text
file
.
This
can
be
used
both
for
debugging
and
for
plotting
nice
spectrum
heatmaps
.
;
never
;
on_signal
;
always
dumpspectrum
=
always
.kukuruku/scanner/sdilenky.conf.dis
0 → 100644
View file @
d8da4e2c
[General]
freq=172500
floor=0.2
sql=1.0
cron=* 2 * * *
cronlen=60
randscan=no
[Channel1]
freq=172650
bw=16
continue=30
[Channel2]
freq=172950
bw=16
continue=30
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment