https://github.com/kei-g/dbus-introspect
Bourne Shell Script to introspect DBus
https://github.com/kei-g/dbus-introspect
apt bourne-shell dbus dbus-interface debian-package shellscript
Last synced: 2 months ago
JSON representation
Bourne Shell Script to introspect DBus
- Host: GitHub
- URL: https://github.com/kei-g/dbus-introspect
- Owner: kei-g
- License: bsd-3-clause
- Created: 2021-12-09T14:05:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T14:05:27.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:52:32.061Z (4 months ago)
- Topics: apt, bourne-shell, dbus, dbus-interface, debian-package, shellscript
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbus-introspector [](https://opensource.org/licenses/BSD-3-Clause)
dbus-introspector - Bourne Shell Script to introspect DBus
## Usage
To show list of session bus,
```shell
dbus-list
```or
```shell
dbus-list -w session
```To show list of system bus,
```shell
dbus-list -w system
```To introspect,
```shell
dbus-introspect -d destination -p path -w session|system
```