I'm relatively new to DLMS and associated development. I'm trying to build a Tridium Niagara driver for DLMS. I am using the latest JARS of all libs
gurux.dlms/4.0.24
gurux.net/1.0.21
gurux.common/1.0.17
I went through the code samples given on the page https://www.gurux.fi/Gurux.DLMS.Notify#Java, however was unable to understand where the socket open and related functionality is being implemented for listening to data/event notifications.
My questions:
1. Is receiving data notifications feature available in the java client library?
2. Is receiving event notifications feature available in the java client library?
3. If so, can you point me towards a java sample code on how to perform these actions?
Hi Mithun,
Hi Mithun,
Yes, they are. You should check this example of how to generate and receive push messages.
https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.push.li…
BR,
Mikko
Hi Mikko,
Hi Mikko,
Oh, it's in the repo, staring at me right in the face!
Thank you!! :)
Regards,
Mithun,
Leanovate Solutions