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

### Depshield will be deprecated on Monday December 12th *Please install our new product, [Sonatype Lift](https://lift.sonatype.com/getting-started?utm_source=github&utm_medium=depshield) with advanced features*

**Describe the bug** Use of deprecated new Integer() constructor. **To Reproduce** Steps to reproduce the behavior: 1. Compile using Java 9+ **Expected behavior** No warnings. **Actual Error** `LocalDevice.java:336: warning: [removal]...

cause I find it doesn't exist Command Object Type which is defined in ISO 16484-5:2017 (page 197)

Increased timeout duration to avoid an exception when there are a large number of BACnet objects.

**Describe the bug** NotificationClass Object forward to device timeout **To Reproduce** Steps to reproduce the behavior: Config device to notificationClass, when alarm is generated, target device often can not receive...

**Describe the bug** Event Enrollment Object can not be config **To Reproduce** Steps to reproduce the behavior: Create an event enrollment object. update event enrollment object property, such as event...

**Describe the bug** Schedule Object can not valid **To Reproduce** Steps to reproduce the behavior: Create a schedule object, config a binary bacnet object and time. when time is reached,...

**Describe the bug** Event Enrollment Object can not be acknowledged **To Reproduce** Steps to reproduce the behavior: Create a EE object Use VTS to send an acknowledge request to this...

Caused by: java.lang.ClassNotFoundException: lohbihler.warp.WarpScheduledExecutorService

As far as I can tell, it's impossible to configure the BBMD table of a local device with methods/functions. Looking [at the tests](https://github.com/MangoAutomation/BACnet4J/blob/141fa420aa6bc1897dbc94c2c504558d98bdc6a9/src/test/java/com/serotonin/bacnet4j/npdu/ip/BBMDTest.java#L219), it looks like a remote device is...