dbus-python - simple example for sending a (broadcast) dbus signal

1.8k Views Asked by At

I'm looking for a dbus-python equivalent of dbus-send --system --type=signal

When searching for dbus-python and sending signal, all the examples involve defining a dbus service clients can connect to (eg https://github.com/zyga/dbus-python/blob/master/examples/example-signal-emitter.py)

How does dbus-python allow to just simply send a signal?

0

There are 0 best solutions below