adafruit / Adafruit_BLESniffer_Python

Python API for Adafruit's Bluefruit LE Sniffer
Other
101 stars 51 forks source link

allow a target device to be specified on the command line #8

Closed ckuethe closed 7 years ago

ckuethe commented 7 years ago

This allows you to say something like sniffer.py /dev/ttyUSB0 -t C0:FF:EE:00:1D:3A if you're analyzing the hypothetical bluetooth coffee maker on your desk and you already know what its address is.

ladyada commented 7 years ago

trustin' ya that this works :)

ckuethe commented 7 years ago

Thanks! It's what I've been using all morning to follow my hypothetical bluetooth coffee maker without having to wait for a scan. :)