BACnet4J icon indicating copy to clipboard operation
BACnet4J copied to clipboard

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/

Results 53 BACnet4J issues
Sort by recently updated
recently updated
newest added
trafficstars

BACnet version - 6.0.0. We found that a message received from the bacnet4j leads to it's infinitely processing. This mean high CPU and no more communication with the devices. This...

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/ias-release/): PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Wed Dec 01 23:59:59 UTC 2021...

According to BACnet specification 15.7.3.1.2 the service ReadPropertyMultiple with property identifier ALL means all properties including any proprietary properties are to be accessed. BACnett4J does not return proprietary properties for...

**Describe the bug** Cannot write multistate property `stateText` **To Reproduce** Steps to reproduce the behavior: 1. Create a MultistateValue object in a device 2. Connect a BACnet client and try...

The proper value for the vendor ID is returned but the vendor name is not being populated. I did not quite a bit of static analysis but could not find...

The project could not be analyzed because of build errors. Please review the [error messages here](https://depshield.sonatype.org/error/infiniteautomation/BACnet4J/kDiq0fzU8-iqCT8abvOwqw). Another build will be scheduled when a change to a manifest file* occurs. If...

One of our customers is trying to use MSTP on Windows and is experiencing the following: [2021-02-02 11:19:53.928149] # A fatal error has been detected by the Java Runtime Environment:...

Hi, Only the most common subset of character encodings is supported. It's pretty cumbersome to add new encoding in case of missing one. This PR utilizes ServiceLoader in order to...

This change was committed on 26 of Aug. Seems that it's interrupting the multiple local devices from getting an answer (For testing, I changed that back and it worked) ....