Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If Thread support is enabled, Barton will attempt to communicate with the otbr-agent over dbus
    • D-Bus Communication
      • Barton connects to the otbr-agent service through D-Bus
      • D-Bus provides an interprocess communication mechanism that allows Barton to:
        • Query Border Router status
        • Retrieve Thread network credentials
        • Control Border Router operations
    • Thread Network Credentials
      • Barton retrieves Thread network credentials from the Border Router
      • These credentials are used when commissioning Matter over Thread devices
      • This is how devices like your Onvis S4 (shown in your file) can join the Thread network
    • Integration Requirements
      • For complete functionality, both Thread and Border Router support need to be enabled in the Matter SDK if Matter is also enabled
      • This ensures proper communication between all components in the ecosystem

BLE

  • Device Service is built with BLE support, Matter devices may be commissioned directly by Device Service for Thread or Wi-Fi Operational Network access. Device Service, the Matter stack actually, expects a Bluez API over dbus

...