-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Feature Request: Interface for thirdparty apps #410
Comments
@womoak75 this looks like a example template for building and adding custom plugins into the AhoyDTU. |
Yes, i do. I also added a mqtt callback to my example, to enable input/control data for a thirdparty app. A more sophisticated approach would be adding hooks for all major functions (configuration, web, api, etc.), If desired, I could add a pull request for simplicity reasons. :) |
Will add a PR at your request. |
@stefan123t will do |
also tried to add web / webApi / gui support |
@stefan123t Would suggest to merge my proposal and let the guys find out if its suitable or not. Whats still missing, but probably necessary for "plugins", is configuration load/store functionality. I would also recommend to refactor the GUI. |
|
An interface which allows easy integration of additional user applications into a custom Ahoi build would be a nice feature.
Unfortunately my knowledge of C++ is very 'minimalistic' (java ist my favourite), but i tried my very best to provide a simple example.
main...womoak75:ahoy:main
please feel free to agree/disagree or add additional topics.
The text was updated successfully, but these errors were encountered: