Code-House / bacnet4j-wrapper

Simple facade for bacnet4j api.
GNU General Public License v3.0
48 stars 20 forks source link

支持BBMD #18

Closed dufu-byte closed 11 months ago

dufu-byte commented 1 year ago

hello ,Do you support BBMD

splatch commented 1 year ago

BBMD is supported directly by underlying library. Wrapper does not do much about handling of broadcast information. On top of that I've added support for manual population of network routing table: https://github.com/Code-House/bacnet4j-wrapper/blob/993a38d5aaca9aaddfcd393abdd038db9e4f98b0/ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/BacNetIpClient.java#L74

dufu-byte commented 1 year ago

好的,我尝试下

splatch commented 1 year ago

This is something which is relevant from client/device point of view. It does not help with implementation of BACnet Broadcast Management Device functionality.

splatch commented 11 months ago

No further work is planed in this area, hence closing issue for now. Please reopen if you find it critical for your use case with this library.