-
New releases appear on MVN Repository only as a jar without the corresponding source code. Since 4.x releases (that contained the pair of binary+source), releases no longer appear in the releases list…
-
Stack trace:
Are there any solutions for this problem? This is the only piece of software I can find that will run on linux.
```
--->
See the web interface at http://localhost:47800.
…
-
Hello Joel, I hope you're doing great.
Here I am again with my NAT Related questions ;)
I'm using the NATRouter.py pretty much as the example in your github repository for a year now and it's do…
DB-CL updated
2 years ago
-
I'm now using Bacnet4j version 6.0.0.
I read the previous value in DDC, and try to write the new value, then I try to read from bacnet in a loop to check the write action is success or not.
Below …
-
Hey Team,
I have created a schedule object using bacnet4j library in java. Like below
```
final AnalogValueObject av0 = new AnalogValueObject(d1, 100, "av0", 98, EngineeringUnits.amperes, fal…
-
Hi @splatch,
Hope you're doing good.
I'm trying to solve a use case where I want to create two different `BacNetIpClient` on the same broadcast address, but with different clientID.
Following is…
-
On using bacnet4j-wrapper APIs for fetching the present values of all the objects associated to a bacnet device, I'm getting an exception `UnsupportedTypeException`.
![image](https://github.com/Code-…
-
Is there any way to identify if the object/data point is only read enabled or read-write enabled.
I'm unable to find any parameter value in BACnet Object to judge if the point is only read enabled or…
-
I'm trying to discover the BACnet devices [simulated devices, using YABE for same] via the java application internally using the bacnet4j-wrapper.
Devices are getting discovered when running th…
-
Hello,
I know all the properties for connecting the BACnet device and want to connect directly. I have a problem that I receive the NullPointerException for the method "addNetworkRouter".
Here i…