Open mkharsha opened 4 years ago
I want to understand the back end code of Beremiz. Is there any documentation and where I will get source code and using which tool I can debug?
You can find information about Beremiz on official site https://beremiz.org
How I look Beremiz flow: XML file configure logic, then XML file translate to ST file (if you need only this functional see my repo - FaST and folder utils), after all ST file translate to C files (use matiec lib). The C files compile to dynamic libs (so files) and linking to runtime on target.
I'm not a Beremiz developer, I just use Beremiz as XML schema editor, further this file send to target and translate to C code via Matiec libs and compile with some my source files, which add cpp support
I want to understand the back end code of Beremiz. Is there any documentation and where I will get source code and using which tool I can debug?