Activity for Mladen Bajšić

  • Mladen Bajšić Mladen Bajšić modified a comment on discussion Open Discussion

    Currently my BACnet server implementation responds to unicast confirmed requests and local confirmed broadcasts. It discards global broadcasts, which is good. I need to disable local confirmed broadcasts. for example when receiving read property. Where and how is this accomplished? Stack version used is 0.8.7.

  • Mladen Bajšić Mladen Bajšić modified a comment on discussion Open Discussion

    Currently my BACnet server implementation responds to unicast confirmed requests and local confirmed broadcasts. It discards global broadcasts, which is good. I need to disable local confirmed broadcasts. for example when receiving read property. Where and how is this accomplished?

  • Mladen Bajšić Mladen Bajšić modified a comment on discussion Open Discussion

    Currently the BACnet server responds to unicast confirmed requests and local confirmed broadcasts. It discards global broadcasts, which is good. I need to disable local confirmed broadcasts. Where and how is this accomplished?

  • Mladen Bajšić Mladen Bajšić posted a comment on discussion Open Discussion

    Currently the BACnet server responds to unicast confirmed requests and local confirmed broadcasts. It discards global broadcasts, which is good. I need to disable local confirmed broadcasts. Where is this accomplished?

  • Mladen Bajšić Mladen Bajšić posted a comment on discussion Open Discussion

    I am calling the Notification_Class_find_recipient() every 60s. Since this is my first BACnet project, I am still not sure what I need in certain cases. As far as I can see in the find recipient function, if the recipient type is address, there is an empty else if statement block. The same thing occurs in the Notification_Class_Write_Property when trying to write to PROP_RECIPIENT_LIST. If I need to call Send_WhoIs in this case, how do I know the ID of the device to be able to do so?

  • Mladen Bajšić Mladen Bajšić posted a comment on discussion Open Discussion

    Hello, I have a question about the confirmed notifications if the recipient is of type address. I am implementing a BACnet server (with stack version 0.8.6) and I am trying to implement a notification class which notifies changes in my Analog input object. Correct me if I'm wrong, since there is no Dynamic Device Binding in case of recipient being an address (only device), in the notification class common_reporting_function we call address_get_device_id which looks through all bound devices and if...

1