Hello everyone,
I'm currently using (https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.simulat…) for the smart meter simulator and I connect to it using GXDLMS Director. I can successfully read and translate all the HDLC frames that the simulator is printing on the terminal using the messageToXml() function from GXDLMSTranslator in python.
However, I am not able to find a way to translate the xml data back to an HDLC frame. The reason why I want to do this, is to eventually, be able to intercept a HDLC frame from the simulator, translate it to XML, edit a value, convert it back to an HDLC frame and send it to the director.
Do you know if there is a function, or a completely seperate program, that can craft HDLC frames (either from xml data or anything else) that are understood by the GXDLMSDirector? Anything with that capability would help.
Thank you for taking the time to read this.
Hi, Have you checked…
Hi,
Have you checked XMLClient? I believe it will do what you want to do.
https://github.com/Gurux/Gurux.DLMS.Net/tree/master/Gurux.DLMS.XmlClient
BR
Mikko