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

How to use plugins? #1

Closed
schnapi opened this issue Mar 20, 2018 · 1 comment
Closed

How to use plugins? #1

schnapi opened this issue Mar 20, 2018 · 1 comment
Labels

Comments

@schnapi
Copy link

schnapi commented Mar 20, 2018

I am quite new in android.
Do I need to install each plugin? I can see MqttPublisher in PluginHost only when I installDebug MqttPublisher first. Also I have to run MqttPublisher before PluginHost if I want to identify plugin.

If I understand right each plugin is installed as seperate app.

Thanks!

@fr3ts0n
Copy link
Owner

fr3ts0n commented Mar 20, 2018

Hi @schnapi,

Yes, each plugin has to be installed as a separate apk package / app.

  • It may be installed after the host application (AndrOBD) though

After Installation the plugin should be started once for initial configuration.

  • Furhter on it will be started automatically with the start of AndrOBD

Within the AndrOBD plugin manager you can enable/disable the communication to the plugin, to allow each installed plugin to be disabled.

From AndrOBD plugin manager you can:

  • Scan for all installed plugins
  • Trigger each plugin's configuration dialogue
  • Trigger each plugin's action (i.e. MQTT publish) manually

For more details please see: Plugin design doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants