Hi, I want to create an simulator with HighGmac authentication by editing crystal.xml in gurux.sinulator project but i doesn't work. So i wanna ask how to create a simulator like that. Thank you
In Gurux GXDMS Director tool, I tried to refresh objects to read all the objects from my meter, the new objects has been added to the list, but when I try to select and read them, I receive this error:
ERROR: The given key was not present in the dictionary.
Also the new object is MBUSDIAGNOSTIC
I would be grateful if you can help me with this problem.
The listenerThread doesn't always exit when close is called causing __thread.join() to hang infinite.
I have a situation where an an exception occurs in send on self.__socket.sendall(data) (e.g. Broken pipe on a closed connection) and close is called afterwards to clean up the connection. Here close hangs forever on the join call for the listenerThread.