ubertooth-dump - Man Page
output a continuous stream of received bits
Synopsis
ubertooth-dump [-b] [-c | -l] [-d <filename.bin>]
Description
This tool dumps the raw bitstream received from the CC2400 radio to STDOUT or a file (if specified with -d
). It can configure the radio to demodulate Classic Bluetooth with -c
(default), or Bluetooth Low Energy (BLE) with -l
. Optionally it can decode the binary data and print ASCII 0 and 1 using -b
.'
Options
-b
: Print ASCII 0 and 1 instead of raw data-c
: Classic Bluetooth modulation (default)-l
: Bluetooth Low Energy (BLE) modulation-d <filename.bin>
: Dump to file instead of stdout-U <0-7>
: which Ubertooth device to use
See Also
ubertooth(7): overview of Project Ubertooth
Author
This manual page was written by Mike Ryan.
Copyright
ubertooth-dump(1) is Copyright (c) 2010-2017. This tool is released under the GPLv2. Refer to COPYING
for further details.
Referenced By
March 2017 Project Ubertooth