Hello!
I'm using C++ GuruX library to implement DLMS Server, based on CGXDLMSBase class.
My server contains CGXDLMSAssociationLogicalName objects, including current association object (0.0.40.0.0.255), public client, data reader & configurator (0.0.40.0.1/2/3.255 obis)
Let's consider example when client connects using HIGh level security to our server, so any changes to current_association_object via client should be reflected to the configurator_object. What's the correct way of handling such changes via C++?
Will be glad to any examples
Best regards!
Hi, Handling multiple…
Hi,
Handling multiple associations is missing from ANSI C++ server example. The example is updated for the next week to show how to bind the association with client's address.
BR,
Mikko