summaryrefslogtreecommitdiff
path: root/host/doc/man/ubertooth-specan.1
blob: b9b6a08196754fb5dd0901898f66483acb6c5e79 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.TH UBERTOOTH\-SPECAN 1 "March 2017" "Project Ubertooth" "User Commands"
.SH NAME
ubertooth-specan \- a spectrum analyzer for Ubertooth
.SH SYNOPSIS
.PP
ubertooth\-specan [\-l <freq>] [\-u <freq>] [\-g|G]

.SH DESCRIPTION
.PP
ubertooth\-specan(1) is a tool for using Ubertooth as a spectrum analyzer
in the 2.4GHz band. It is often used as a helper for GUI tools, such as
ubertooth\-specan\-ui or Spectools. It can also produce output suitable for
user with the feedgnuplot tool.

.PP
Other options allow upper and lower bounds to be set on the frequencies
monitored. Refer to the [OPTIONS][] section for full details.

.SH OPTIONS
.PP
Options:
.IP \(bu 2
\fB\fC\-l\fR :
lower frequency (default 2402)
.IP \(bu 2
\fB\fC\-u\fR :
upper frequency (default 2480)
.IP \(bu 2
\fB\fC\-g\fR :
format output for feedgnuplot
.IP \(bu 2
\fB\fC\-G\fR :
format output for 3D feedgnuplot
.IP \(bu 2
\fB\fC\-d<filename>\fR :
output to file <filename>
.IP \(bu 2
\fB\fC\-v\fR :
print verbose output to stderr
.IP \(bu 2
\fB\fC\-U<0\-7>\fR :
set ubertooth device to use

.PP
##EXAMPLES

.PP
To monitor the 2.4GHz band and produce a file suitable for feedgnuplot:

.PP
ubertooth\-specan \-g \-d output.dat

.PP
To monitor the upper half of the 2.4GHz band, use:

.PP
ubertooth\-specan \-l 2440

.SH SEE ALSO
.PP
ubertooth(7): overview of Project Ubertooth

.SH AUTHOR
.PP
This manual page was written by Dominic Spill.

.SH COPYRIGHT
.PP
ubertooth\-specan(1) is Copyright (c) 2010\-2017. This tool is released under the
GPLv2. Refer to \fB\fCCOPYING\fR for further details.