mplugd
mplugd copied to clipboard
Can mplugd support acpi event and dbus signal?
Hi, I'm wrting some app for my gentoo box. I need an user-defined-action auto executer, then this project comes into my eyes.
What I want to do is mainly auto-performance-tuning, which is similar to https://github.com/fcelda/tuned, but the profile and action will be managed by seperate daemons.
I'm going to write a "profiled" project, which manages user-defined profiles and export profile infomation through dbus. I'd like to use mplugd for the action part, but I need acpi-event and dbus-signal as event sources.
I'd like to contribute on your project. Do you think it is appropriate for mplugd to support this two new event types?
Hi, sorry for the late answer, I was a little bit busy with my ToDo list these days.
Adding more event sources is perfectly fine with me. You can simply add a source as additional plugin. Maybe I should add a few more comments to my existing plugins as I learned new features of Python during programming and changed the design afterwards, so it might look a little bit odd. If you have any questions, don't hesitate to ask.