aioblescan
aioblescan 0.2.14
Library to listen for BLE advertized packets
https://github.com/frawau/aioblescanMIT License
main program: aioblescanprograms: aioblescan
Maintainers
Platforms (32)
powerpc-linuxarmv5tel-linuxpowerpc64-linuxmips64el-linuxaarch64-linuxpowerpc64le-linuxaarch64-windowsmipsel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ aioblescan ];
Ad-hoc shell
nix-shell -p aioblescan
Flake (nix run)
nix run nixpkgs#aioblescan