dbus

D-Bus provides simple way for applications to talk to one another

Version

1.16.2-8
(2025-08-08)

Size

506.5

KiB

Repository

HaikuPorts
x86_64
NOTE: D-Bus should not be used in native Haiku apps, but is only here because some ported software requires it.

D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, or through unencrypted TCP/IP suitable for use behind a firewall with shared NFS home directories.