Skip to content

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

License

Notifications You must be signed in to change notification settings

LukeSkywalker92/btproxipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages