Dominic Spill
Dominic Spill
It was Mike Ossmann who wrote the OOK support, I need to credit the right people in the code. I don't have any immediate plans to implement TX because there...
https://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=HACKING;hb=HEAD
Which version of libpcap, libbtbb and libubertooth are you using? Pcap support is fairly new and is rather experimental at this stage. The git code has better support than the...
Did you download a release of libbtbb or clone the git repository? We recommend using matched release versions for libbtbb and Ubertooth, or using git latest for both (as long...
That may cause your error. You can download the 2015-10-R1 release from here: https://github.com/greatscottgadgets/libbtbb/releases
You may have multiple versions installed - `ls -l /usr/local/lib/libbtbb*` should show a few files. It's probably best to delete them all and then re-run `make install`. Have you tried...
This code is certainly buggy and not stable yet, but I have not seen your original error before, so I am trying to determine if it's a new bug or...
Have you installed the Wireshark dissectors from the libbtbb/wireshark/plugins/ directory? Again, I am not confident that this code works reliably. On 22 February 2016 at 13:23, michaelp123 [email protected] wrote: >...
`ubertooth-rx` or `ubertooth-follow` will log data to screen if you specify the LAP/UAP on the commandline. As always, the following is not completely reliable, so it is unlikely that you...
No, this bug will be closed when it is fixed. There is a chance that it will not occur with the version of libbtbb and Ubertooth in the git repositories,...