bacnet4j-wrapper
bacnet4j-wrapper copied to clipboard
Simple facade for bacnet4j api.
I tried to get the description in deviceObject, but the output Chinese garbled code, how should I deal with its coding?  
I'm using YABE simulator, and for Heater.status, I'm sometimes getting the `BacNetClientException`, but while looking at the exception payload I'm unable to identify the root cause of the failure for...
Hello and thanks for your great work, I was wondering if you have any example of building a bacnet server with writable properties. Thanks
目前发现,bacnet mstp 经过网关路由转发为bacnet ip,max apdu length accepted 为 480 的这种设备,你们代码内识别为mstp device,但是后续读取数据超时,有什么解决办法吗
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...