bacnet4j-wrapper icon indicating copy to clipboard operation
bacnet4j-wrapper copied to clipboard

Simple facade for bacnet4j api.

Results 8 bacnet4j-wrapper issues
Sort by recently updated
recently updated
newest added

I tried to get the description in deviceObject, but the output Chinese garbled code, how should I deal with its coding? ![image](https://github.com/Code-House/bacnet4j-wrapper/assets/22099239/62c47bb8-128f-4b4d-9dc2-ef4def7a2432) ![image](https://github.com/Code-House/bacnet4j-wrapper/assets/22099239/248cb383-9992-41e4-9f44-651b8c08a63a)

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

new feature

目前发现,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...