This crate provides tools for Bluetooth Low Energy (BLE) on Linux, building on the functionality of the blez library.
The following command line tools are included.
blemon: Scans for and monitors Bluetooth LE devices similar to top
.
gattcat: Swiss army knife for Bluetooth LE GATT services.
l2cat: netcat
-like for Bluetooth LE L2CAP sockets.
Use cargo install blez-tools
to install the tools on your system.
If you do not have cargo on your system, you can use rustup for installing it.
Each tool supports the --help
option for detailed usage information.
A running Bluetooth daemon (BlueZ) is required.