Łukasz Dywicki

Results 206 comments of Łukasz Dywicki

I've had a look on client code (`BacNetClientBase`) and all places there propagate exceptions. Even the `Could not get property value` message comes from such place: https://github.com/Code-House/bacnet4j-wrapper/blob/bacnet4j-wrapper-1.3.0-beta1/api/src/main/java/org/code_house/bacnet4j/wrapper/api/BacNetClientBase.java#L186 It is likely...

Your cause is at the end - the `ArrayIndexOutOfBoundsException`. For some reason bacnet4j is loosing its mind reading `BinaryPV` value. Can you reproduce it in all cases?

Hey @amrnablus, Library currently serves a client facade and doesn't do anything related to hosting server functionalities. Over 4 years ago when I first attempted to do it with `bacnet4j`...

Thanks for feedback and contribution proposal. Having server functionality is definitely interesting, but currently not yet in roadmap, if you don't mind I will mark issue as feature request. In...

What you propose is really neat idea. I actually did a brief attempt two years ago with d28e8382ad053d3f1c7949b0ca4ae5588f5a0698 commit (2.0.x branch). Overall idea was to bring ASLv2 API and use...

JBA sounds awesome. I like it a lot because it will not confuse people who come from Niagara/Tridium and know what their BAJA shortcut stands for (Building Automation Java Architecture).

Hey @baardl, would you be interested in such functionality for your experiments? This will allow to make a bridge between your lab devices and rest of existing `0xBAC0` infrastructure in...

I can't remember exactly why these values got in. Timeout is in ms (I suppose), its mostly there for debugging purposes because transport thread/threads are being used to dispatch events...

I come across this issue already twice as my attempts to get `AsyncMiddleManServlet` working with SSE failed. I did revert to plain `ProxyServlet` with forced flush inside `ProxyServlet.onResponseContent` when `x-accel-buffering`...

Hello @EasonKuang you can try submiting read out requests one by one and see if it will go any better. If your end device is constrained to handle smaller packets...