commit | f6c9fa26178cd7e21b4ab15bbad282b27341b898 | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Sat Nov 09 13:19:13 2024 |
committer | GitHub <noreply@github.com> | Sat Nov 09 13:19:13 2024 |
tree | 1aea4b7a91612e6b633ad63328d1805c7a90d60e | |
parent | a817f3cc4a9e317cbedcd80c057870168cddc667 [diff] | |
parent | fd6e54d1a007bc56a6ebe2a020a58565ba6a4413 [diff] |
Merge pull request #389 from mischief/peer introspect: add Peer to introspection
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.20 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at pkg.go.dev. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.