BACnet4J
BACnet4J copied to clipboard
BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
Hi, we are using RemoteDeviceDiscoverer to find all connected bacnet devices, but some are missing from time to time. We are listening on 0.0.0.0/24, and sending WhoIs to broad cast...
I am getting the exception from some bacnet remote devices. `com.serotonin.bacnet4j.exception.BACnetTimeoutException: No response from instanceId 1213 at com.serotonin.bacnet4j.util.RemoteDeviceFinder$DeviceFutureImpl.get(RemoteDeviceFinder.java:183) ~[bacnet4j-6.0.0.jar!/:?] at com.serotonin.bacnet4j.LocalDevice$2.get(LocalDevice.java:727) ~[bacnet4j-6.0.0.jar!/:?]` Another note is that most of these I-AM...
Hello, First of all, thank you for your work on this library—it's been a great help! I'm currently implementing a LocalDevice that needs to register itself as a foreign device...