Building own foris controller modules (plugins)

Hi there,

i’m trying to build my own controller module to utilize the event bus system. On the Omnia-box itself i got an example plugin (documentation / cookiecutter) running. But as developing and testing on the box is a little annoying, i tried to get the foris controller running on a debian vm and finally got it started with the mock backend and unix-socket as event bus. I could send and receive messages, but did not get the notification system running, maybe i have to switch to ubus / mqtt.

Is there some documentation how to setup a development system to get started with foris development? Maybe in Vagrant / Docker or something else?

Thank you in advance!