rename README, add LICENSE
Update readme
Add simple systemd service unit
a simple python interface to banglejs
Your BangleJS must be already paired.
Get a list of paired devices, with bluetooth addresses
python -m banglepy.console list
Connect to the BangleJS
python -m banglepy.console nn:nn:nn:nn:nn:nn
(replace 'nn:..' with your BangleJS address).
Running without device address will connect to the last used address.
Tested on GNOME, needs "Gadgetbridge" app on the BangleJS
Get a list of paired devices:
python -m banglepy.notif list
Start
python -m banglepy.notif nn:nn:nn:nn:nn:nn
Running without device address will connect to the last used address.
An experimental sample systemd unit is present in the repo.
Change the path to the notif script and link it in your systemd user folder,
then start it with systemctl
$ ln -s banglejsnotif.service ~/.config/systemd/user/banglejsnotif.service
$ systemctl --user start banglejsnotif.service