dbus

Message bus system for inter-process communication on Linux.

brewmacoslinux
Try with needOr install directly
Source

About

Message bus system, providing inter-application communication

Commands

dbus-daemondbus-launchdbus-senddbus-monitordbus-uuidgendbus-cleanup-sockets

Examples

start a new dbus session for testing$ dbus-launch bash
send a message to an application over dbus$ dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames
monitor all dbus messages in real time$ dbus-monitor
generate a unique dbus machine id$ dbus-uuidgen --ensure
monitor dbus messages from a specific service$ dbus-monitor "interface='org.freedesktop.Notifications'"