Can I write a kura program that uses in kaa?
I want to use kura and kaa together in a project.
can i do that?
I've tried to use Kaa in a Kura bundle and it did work. Just import the SDK jar into your kura project, and
In active(), you initialize Kaa and call
kaaClient.start();
In deactivate(),
kaaClient.stop()