Can not use the pyubertooth tool
Hi, I download the pyubertooth from git:https://github.com/hackgnar/pyubertooth.git And i try to use it as follows: (1)Insert the Ubertooth One into my computer (2)Run the command to confirm Ubertooth One all right: $ ubertooth-util -v Firmware version: 2018-08-R1 (API:1.05) (3) $ cd pyubertooth/pyubertooth (4)Run the command and get the help information: $python ubertooth.py --help But nothing usage help for me displayed.So i check the "ubertooth.py" file and find that there is no such as usage or help function to invoke. Is there something wrong for me to install the pyubertooth tool?
Another question is that, the pyubertooth tool could support sniffing BTLE package now? While it use the ubertooth-rx function which to capture the Classic BT.
Thanks. BR.
David
I find the issue that could not install the pyubertooth tool correctly,missing the install step: $ python setup.py install Suggest that add install guide for the Beginner in the README.md file,such as: (1)git clone https://github.com/hackgnar/pyubertooth.git (2)cd pyubertooth/pyubertooth (3)python setup.py install
The tool was written before BTLE was implemented in ubertooth. It could be implemented now, but was not supported at the time of writing.