CLI
dbus-send --system --dest=org.freedesktop.DBus \ --type=method_call --print-reply /org/freedesktop/DBus \ org.freedesktop.DBus.ListNames dbus-send --system --dest=org.freedesktop.DBus \ --type=method_call --print-reply /org/freedesktop/DBus \ org.freedesktop.DBus.Introspectable.Introspect
Elixir
Python
- https://pypi.python.org/pypi/pydbus * https://github.com/LEW21/pydbus * https://github.com/LEW21/pydbus/blob/master/doc/tutorial.rst
- https://wiki.python.org/moin/DbusExamples
sudo apt install python3-gi sudo pip3 install pydbus