I'm working with bacnet via java, the bacnet4j project. I have a device with bacnet objects and I want to monitor this object by second devices (COV). How can i run subscripton?
I should take advantage of
localDevice.getEventHandler().addListener(new DeviceEventListener() {
and use the functions that are there?
Maybe someone put me on the right track. Or is there any example I can analyze?