We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/mikemoraned/blescan
$ wget https://github.com/mikemoraned/blescan/archive/refs/heads/main.zip $ unzip main.zip $ docker run --rm -v $PWD:/opt -it rust:slim-bookworm bash >>> cd /opt/blescan-main/ >>> apt update >>> apt install -y cmake libdbus-1-dev pkg-config >>> cargo build --locked --release >>> ./target/release/blescan --version blescan 0.4.0 >>> exit