Jakub Bartkowiak

Results 44 comments of Jakub Bartkowiak

@basvanharten thanks, I will look into this

You set it in `BacnetAddress` object: ```csharp ushort networkId = 1; var address = new BacnetAddress(BacnetAddressTypes.IP, "192.168.1.100", networkId) ```

Hi @wvangeem what device are you using? 6.0 and 7.2 is not a version of BACnet but apparently some version of the firmware of that device which seems to be...

Unfortunatelly the client was not written to be thread safe. Try using a lock each time before you use it or write a wrapper that would do it for you...

Hi @patrickthoma, I agree that the way it works now **is not great**. However, exceptions can be used to control program flow imho, as long as they are used only...

I support the initiative 👍 Lack of unit tests in the original code slowes down any changes but also some parts of the code just simply don't work and either...

@Sn3b are you sure your container configuration allows UDP traffic on the ports used? Can you monitor with Wireshark what is being sent out and if indeed no response is...

Hi @minzdrav, you are right this should be integrated with that branch. I will let you know when this is available.

hi @DoctorSloww, which version of the nuget are you using? Please try with latest beta. If that still exists, can you checkout the v2 branch and try again?

BTL testing is for devices, not stack implementations, so the questions should be, if there is any device using this stack implementations which passed BTL certification? And to be honest,...