It depends on the files. Some, like the init class must be in both packages. For the resource files, you must sort them into the module that uses the adapter. Also the docker files must be in both projects to build a docker image for each.
You can test your implementation by starting the module. You can start it the same as other extension modules. When you have a local StreamPipes instance running, the adapters should automatically be registered at the backend. Philipp > On 6. Oct 2021, at 14:28, hrushi <[email protected]> wrote: > > Hey Philipp , > > There are few files common to both the modules. I am not sure where to place > them. Do i create a new module for files common to both the modules? If so > what do I name the new module? Also after splitting the module how do I check > if the iiot module is working correctly or not? > > Hrushikesh >
