A very simple script for monitoring the presence of Bluetooth devices. Intended only as a building block for supplying information to other applications (e.g. music players, security cameras). Currently, notification of events can be done via either stdout, XMPP or to a microblog.
Requirements:
- A Linux system with a working Bluetooth setup. (if you can run "hcitool scan" it works)
- Python 2.5 or later
Dependencies:
- SleekXMPP - latest SVN version is included in the extlib directory