-
There is a bug in the class NotificationClassObject.validateProperty. When updating the property `priority`, the following error occurs:
```
java.lang.ClassCastException: com.serotonin.bacnet4j.t…
envas updated
8 months ago
-
In the following files
- [src_test/BacnetTest.java](https://github.com/infiniteautomation/BACnet4J/blob/master/src_test/BacnetTest.java)
- [src_test/com/serotonin/bacnet4j/test/Test.java](https://gi…
-
I obtained the remote VTS device through the code and it showed that the communication was successful, but when getting the device object property value, a timeout exception occurred. code show as bel…
-
Hi,
the test here
https://github.com/infiniteautomation/BACnet4J/blob/60709d702cb576710f900b5534fc015dc7ed9f94/src_test/com/serotonin/bacnet4j/discovery/MstpObjectList.java#L28
is broken
th…
-
```
IpNetworkBuilder inb = new IpNetworkBuilder().port(47808);
IpNetwork network = inb.build();
Transport transport = new DefaultTransport(network);
localDevice = new LocalDevice(Intege…
-
I'm having an issue where the BACnet4J library is unable to parse the binary present-values that are returned by the YABE ( https://sourceforge.net/projects/yetanotherbacnetexplorer/ ) Room Control Si…
-
I start the device server, using the test classs 'bacnet/src/test/java/bacnet4j/Server.java'. but can not find the device. please check the issue.
-
Failed to read artifact descriptor for com.serotonin:bacnet4j:jar:4.1.6: Could not transfer artifact com.serotonin:bacnet4j:pom:4.1.6 from/to ias-releases (https://maven.mangoautomation.net/repository…
-
Hey
In com.serotonin.bacnet4j.type.primitive.Unsigned8, Line 32
`private static final int MAX = 0xff - 1;`
This should be 0xff, isn't it?
8 bits, 2^8 = 256 possibilities,
so, 2^8 -1 = 255 = …
-
i cannot get anny device when i start on Centos,windows can find