|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| introspect | há 2 anos atrás | |
| prop | há 2 anos atrás | |
| CONTRIBUTING.md | há 2 anos atrás | |
| LICENSE | há 2 anos atrás | |
| MAINTAINERS | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| auth.go | há 2 anos atrás | |
| auth_anonymous.go | há 2 anos atrás | |
| auth_external.go | há 2 anos atrás | |
| auth_sha1.go | há 2 anos atrás | |
| call.go | há 2 anos atrás | |
| conn.go | há 2 anos atrás | |
| conn_darwin.go | há 2 anos atrás | |
| conn_other.go | há 2 anos atrás | |
| conn_unix.go | há 2 anos atrás | |
| conn_windows.go | há 2 anos atrás | |
| dbus.go | há 2 anos atrás | |
| decoder.go | há 2 anos atrás | |
| default_handler.go | há 2 anos atrás | |
| doc.go | há 2 anos atrás | |
| encoder.go | há 2 anos atrás | |
| escape.go | há 2 anos atrás | |
| export.go | há 2 anos atrás | |
| homedir.go | há 2 anos atrás | |
| match.go | há 2 anos atrás | |
| message.go | há 2 anos atrás | |
| object.go | há 2 anos atrás | |
| sequence.go | há 2 anos atrás | |
| sequential_handler.go | há 2 anos atrás | |
| server_interfaces.go | há 2 anos atrás | |
| sig.go | há 2 anos atrás | |
| transport_darwin.go | há 2 anos atrás | |
| transport_generic.go | há 2 anos atrás | |
| transport_nonce_tcp.go | há 2 anos atrás | |
| transport_tcp.go | há 2 anos atrás | |
| transport_unix.go | há 2 anos atrás | |
| transport_unixcred_dragonfly.go | há 2 anos atrás | |
| transport_unixcred_freebsd.go | há 2 anos atrás | |
| transport_unixcred_linux.go | há 2 anos atrás | |
| transport_unixcred_netbsd.go | há 2 anos atrás | |
| transport_unixcred_openbsd.go | há 2 anos atrás | |
| transport_zos.go | há 2 anos atrás | |
| variant.go | há 2 anos atrás | |
| variant_lexer.go | há 2 anos atrás | |
| variant_parser.go | há 2 anos atrás | |
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 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 godoc.org. 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.