themadinventor / lescan

Minimalistic Bluetooth LE scanning utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lescan

Build Status

lescan is a minimalistic LE scanning utility based on the excellent gatt-python library.

gatt-python (and thus lescan) currently only supports Linux and BlueZ.

Installing

Install the latest distribution from Pypi:

pip3 install --user lescan
sudo apt-get install python3-dbus

The python3-dbus package is needed by python-gatt. Please refer to the python-gatt documentation for details.

Usage

Simply run lescan in your shell. lescan will pretty-print all received BLE advertisements.

License

lescan is released under the MIT license.

About

Minimalistic Bluetooth LE scanning utility

License:MIT License


Languages

Language:Python 100.0%