summaryrefslogtreecommitdiff
path: root/host/doc/ubertooth-specan.md
blob: a981ad3b87c50aac293d65e253b493426f56eb65 (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
# UBERTOOTH-SPECAN 1 "March 2017" "Project Ubertooth" "User Commands"

## NAME

ubertooth-specan(1) - a spectrum analyzer for Ubertooth

## SYNOPSIS

ubertooth-specan [-l <freq>] [-u <freq>] [-g|G]

## DESCRIPTION

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.

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

## OPTIONS

Options:

 - `-l` :
   lower frequency (default 2402)
 - `-u` :
   upper frequency (default 2480)
 - `-g` :
   format output for feedgnuplot
 - `-G` :
   format output for 3D feedgnuplot
 - `-d<filename>` :
   output to file <filename>
 - `-v` :
   print verbose output to stderr
 - `-U<0-7>` :
   set ubertooth device to use

##EXAMPLES

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

   ubertooth-specan -g -d output.dat

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

   ubertooth-specan -l 2440

## SEE ALSO

ubertooth(7): overview of Project Ubertooth

## AUTHOR

This manual page was written by Dominic Spill.

## COPYRIGHT

ubertooth-specan(1) is Copyright (c) 2010-2017. This tool is released under the
GPLv2. Refer to `COPYING` for further details.