sardemff7 / eventd

A simple daemon to track remote or local events and do actions the user wants to
https://www.eventd.org
Other
46 stars 4 forks source link

[plugin/evp daemon idea] bluez alert listener #14

Open mathstuf opened 9 years ago

mathstuf commented 9 years ago

https://git.kernel.org/cgit/bluetooth/bluez.git/tree/doc/alert-api.txt

mathstuf commented 9 years ago

See also: https://code.google.com/p/android-notifier

mathstuf commented 9 years ago

And https://github.com/hades/Cyborg

mathstuf commented 9 years ago

Hmm…pushing to the phone would also be interesting.

sardemff7 commented 9 years ago

I am not sure I understand the Bluez stuff… Do you suggest an event collection plugin or an action plugin to forward to Bluetooth devices?

The Android notifier protocol is definitely a candidate for an eventd event collection plugin.

I want to create a WebSockets(/JSON?) version of EvP, with a JS library, to create clients on Firefox OS and others phone OSes. That will need event registration (= the reverse path of the current relay plugin). I do not know how I want to support some webserver-based solution for WAN cases. Probably a new feature of the relay plugin, to push to some existing provider. I am not aware of all the existing phone OSes services, so maybe all of that would be covered by this feature.

mathstuf commented 9 years ago

On Sun, Aug 23, 2015 at 08:08:55 -0700, Quentin Glidic wrote:

I am not sure I understand the Bluez stuff… Do you suggest an event collection plugin or an action plugin to forward to Bluetooth devices?

I think both directions might be useful (as I've done with fedmsg).

The Android notifier protocol is definitely a candidate for an eventd event collection plugin.

There are GATT profiles for alerts (I see notifications, phone alerts. Should probably aim for those.

I am not aware of all the existing phone OSes services, so maybe all of that would be covered by this feature.

Ideally, the GATTs would be supported. If not, specific plugins for other protocols could be implemented?

mathstuf commented 9 years ago

Hmm. Interesting. Preview when editing shows the right rendering for the link, but it seems it remembers that it came in over email.