Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host service daemon #91

Open
uniformbuffer opened this issue Oct 14, 2021 · 1 comment
Open

Host service daemon #91

uniformbuffer opened this issue Oct 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@uniformbuffer
Copy link

Hi,
recently i have started to write a generic daemon to make possible to interact with bluetooth services; my use case is a Pinephone PostmarketOS with the Pinetime (i have not tested it in a flatpak environment). Some days ago i have noticed in a PR where there was expressed the desire to have a service daemon. I was wondering if maybe the daemon i have made could be useful to the Siglo project. It is written in pure python and it use only dbus for service interaction and gobject for the event loop.
I have managed to interact correctly with near every service the Pinetime (InfiniTime) exposes and i'm currently working to figure out the best way to handle device reconnection. You can find the code and a table of the working features at https://github.com/uniformbuffer/pinetime_service . Even if i (temporary) called it pinetime_service, it is actually very generic and 99% of the features should work with every bluetooth device.
Of course if you are interested i can help to integrate/adapt my code to fit the needs.

Thanks for listening,
Have a good day

@theironrobin
Copy link
Owner

i kinda really like this idea... this could possibly serve as a backend for siglo.

@theironrobin theironrobin reopened this Oct 15, 2021
@theironrobin theironrobin added the enhancement New feature or request label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants