BLEZ tools -- swiss army knife for GATT services and L2CAP sockets on Linux

crates.io page BSD-2-Clause license

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.

Each tool supports the --help option for detailed usage information. A running Bluetooth daemon (BlueZ) is required.

Installation

First, install D-Bus and Bluetooth libraries on your system. On Debian this can be achieved by running

sudo apt install libdbus-1-dev libbluetooth-dev

Then, run the following command to install BLEZ tools

cargo install blez-tools

If you do not have Cargo on your system, you can use rustup for installing it.