1UBERTOOTH-DUMP(1) User Commands UBERTOOTH-DUMP(1)
2
3
4
6 ubertooth-dump(1) - output a continuous stream of received bits
7
9 ubertooth-dump [-b] [-c | -l] [-d <filename.bin>]
10
12 This tool dumps the raw bitstream received from the CC2400 radio to
13 STDOUT or a file (if specified with -d). It can configure the radio to
14 demodulate Classic Bluetooth with -c (default), or Bluetooth Low Energy
15 (BLE) with -l. Optionally it can decode the binary data and print ASCII
16 0 and 1 using -b.'
17
19 · -b : Print ASCII 0 and 1 instead of raw data
20
21 · -c : Classic Bluetooth modulation (default)
22
23 · -l : Bluetooth Low Energy (BLE) modulation
24
25 · -d <filename.bin> : Dump to file instead of stdout
26
27 · -U <0-7> : which Ubertooth device to use
28
30 ubertooth(7): overview of Project Ubertooth
31
33 This manual page was written by Mike Ryan.
34
36 ubertooth-dump(1) is Copyright (c) 2010-2017. This tool is released
37 under the GPLv2. Refer to COPYING for further details.
38
39
40
41Project Ubertooth March 2017 UBERTOOTH-DUMP(1)