We are working on the server example 2 of Gurux.dlms.c. Yesterday, you did a release and you updated the server example 2 by merging the "exampleserver.c" and "connection.c" of GuruxDLMSServerExample2 into "main.c".
After testing the new code, we have some questions that will maybe lead to a misunderstanding or bugs report:
We used latest ANSI C library. Tried to read Name plate profile generic in Wrapper mode and we are receiving invalid parameter error code(DLMS_ERROR_CODE_INVALID_PARAMETER) 258.
We based all our tests on the Gurux DLMS library for ANSI C, especially the Gurux DLMS server example 2 playing the role of the meter (server).
We are trying to implement the flowchart diagram below (check the image uploaded).
First, we started by testing the road "b" by using the execute methods of the script table to trigger one of the two methods of the object disconnect control (id =70). It worked perfectly.
We based all our tests on the Gurux DLMS library for ANSI C, especially the Gurux DLMS server example 2 playing the role of the meter (server).
We faced some issues concerning the Profile Generic (interface class id = 7), especially in the reading services.
However, the latest release number "20200610.1", we noticed in the file "gxget.c" in the function "cosem_getProfileGeneric" that you replaced this block of code (check the picture):
We are using dynamic sim.Created a tcp sever using gurux Gxnet.
Now i want yo download the connected clients.
Plz help with some code example.
Do i have to again open the connection for downloading?