Hey Olivier,
the modeller is looking quite nice. I see three ways for using it with open62541.
1.)
We have a nodeset compiler that transforms nodeset XML to C-code for setting up a server.
So with some minor scripting, open62541 servers can be generated from your tool.
Also, there is a work-in-progress PR for splitting our nodeset compiler into a backend with multiple code generation frontends.
https://github.com/open62541/open62541/pull/7392.)
Our server SDK supports the nodemanagement services.
Since you have a client, there could be a "export to server" button that adds the nodeset to a running server.
But this of course requires that nodes are added in the correct ordering since we doe quite a few consistency checks for the information model.
3.)
In principle, open62541 can be used from python. But that will be rather cumbersome without a wrapper. If you got it to run with ctypes, that would be great to hear!
We will make sure to point to your project.
Maybe we can also pull your library as a dependency into our nodeset compiler. E.g. for parsing.
But I'm not sure about the consequences for licensing and how much that would simplify the nodeset compiler.
Best regards,
Julius