ArtistGui
ArtistGui copied to clipboard
Custom explicit broadcast to auto instrument apps using modules
ArtistGui should import a module, instrument an app and start it triggered by an explicit custom broadcast. This is needed in order to auto deploy modules from an IDE.
Relates to Project-ARTist/meta#21
Agree that this is a nice feature we definitely want, particularly important for automation. Quick question: Any reason you explicitly mention broadcasts and not intents? An intent service might be a good fit for ArtistGui.
An intent service is a better option for it. :+1: I didn't think about it when I created the issue.
Can't we just receive those Intents in saarland.cispa.artist.artistgui.instrumentation.InstrumentationService
:thinking: