earlenceferns Posted July 9, 2015 Posted July 9, 2015 I know that the ISY programs are represented in XML when exported. I was wondering whether any ISY developers know what the internal representation of program code is? It must be translated to some machine code or byte code that's executed on a virtual machine inside the ISY. The reason I ask is because I'm trying to build a code analysis tool that should be helpful for debugging. -Earlence
Michel Kohanim Posted July 9, 2015 Posted July 9, 2015 Hi Earlence, It's already in WSDK: https://www.universal-devices.com/isy-developers/ With kind regards, Michel
earlenceferns Posted July 9, 2015 Author Posted July 9, 2015 Hi Michel Thanks for your reply Could you point me to which part of the SDK contains the information? I looked over the ISY-WS-SDK-Manual but didn't find anything related to the internal representation of programs. -Earlence
Michel Kohanim Posted July 9, 2015 Posted July 9, 2015 Hi Earlence, i am sorry. I didn't read the request properly. Our internal representation is our trade secret and something that we would not be sharing. Sorry. With kind regards, Michel
earlenceferns Posted July 9, 2015 Author Posted July 9, 2015 Also, just to be clear, a programming language is translated into some lower level representation before it can be executed. I am interested in that particular representation -- what it is for ISY and what does it look like. -earlence Aah okay. Thanks anyway -Earlence
Recommended Posts