Software, firmware and hardware designs for Ubertooth.
Project Ubertooth is an open source wireless development platform suitable for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic connections.
Project Ubertooth is an open source wireless development platform suitable for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic connections.
To install ubertooth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ubertooth
To see what files were installed by ubertooth, run:
port contents ubertooth
To later upgrade ubertooth, run:
sudo port selfupdate && sudo port upgrade ubertooth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.