Overview of BlueR tools command line utilities
masterThe bluer-tools crate provides several specialized command-line utilities for interacting with Bluetooth on Linux. Each tool supports the --help flag for detailed usage instructions.
Available Tools:
bluadv: Used to send Bluetooth LE advertisements.blumon: A monitoring tool that scans for and monitors Bluetooth devices (similar to thetopcommand).gattcat: A comprehensive tool for Bluetooth LE GATT services. It can:- Discover devices and services.
- Handle pairing.
- Resolve well-known UUIDs and manufacturer IDs.
- Perform operations on GATT services.
- Connect to remote GATT services (via notify and write).
- Serve a local program over a GATT service (via notify and write).
- Implement the Nordic UART service (NUS) as both client and server.
l2cat: Anetcat-like tool for Bluetooth classic (BR/EDR) and LE L2CAP sockets. It supports connecting to/listening on L2CAP PSMs, serving local programs, and performing speed tests.rfcat: Anetcat-like tool for Bluetooth RFCOMM sockets. It supports connecting to/listening on RFCOMM channels, serving local programs, resolving/publishing SDP records, and performing speed tests.