Skip to content

nxm/bluetooth-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth Advertisement Sniffer

A Go-based Bluetooth Low Energy (BLE) advertisement data sniffer that can capture and display BLE advertisement packets with optional device address filtering.

Installation

inputs = {
  bluetooth-sniffer.url = "github:nxm/bluetooth-sniffer";
};

home.packages = [
  inputs.bluetooth-sniffer.packages.${pkgs.system}.default
];

Usage

Basic scanning (all devices)

sudo ./bluetooth-sniffer

Filter by device address

# Filter devices containing "aa:bb" in their address
sudo ./bluetooth-sniffer -addr aa:bb

About

Bluetooth Advertisement Sniffer - A tool for capturing and analyzing BLE advertisements

Resources

Stars

Watchers

Forks

Packages

No packages published