Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 563 Bytes

btproxipy

btproxipy detects if a Bluetooth device is near by querying its RSSI value and executes commands when the device leaves or comes back.

Requirements

This program needs bluetooth to be installed.

Debian/Ubuntu:

sudo apt-get install bluetooth

Arch Linux:

pacman -S bluez bluez-utils
systemctl enable bluetooth.service

Installation

pip install btproxipy --user

Edit ~/.config/btproxipy/btproxipy.ini to your needs.

systemctl --user enable btproxipy
systemctl --user start btproxipy