1- ![ Build Status] ( https://github.com/godbus/dbus/workflows/Go/badge.svg )
2-
31dbus
42----
53
@@ -12,36 +10,26 @@ D-Bus message bus system.
1210* Go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
1311* Subpackages that help with the introspection / property interfaces
1412
15- ### Installation
16-
17- This packages requires Go 1.20 or later. It can be installed by running the command below:
18-
19- ```
20- go get github.com/godbus/dbus/v5
21- ```
22-
2313### Usage
2414
2515The complete package documentation and some simple examples are available at
2616[ pkg.go.dev] ( https://pkg.go.dev/github.com/godbus/dbus/v5 ) . Also, the
27- [ _ examples] ( https://github.com/godbus/dbus/tree/master/_examples ) directory
28- gives a short overview over the basic usage.
17+ [ \ _ examples] ( https://github.com/godbus/dbus/tree/master/_examples ) directory
18+ gives a short overview over the basic usage.
2919
3020#### Projects using godbus
31- - [ fyne ] ( https://github.com/fyne-io/fyne ) a cross platform GUI in Go inspired by Material Design .
32- - [ fynedesk ] ( https://github.com/fyne-io/fynedesk ) a full desktop environment for Linux/Unix using Fyne .
33- - [ go-bluetooth ] ( https://github.com/muka/go-bluetooth ) provides a bluetooth client over bluez dbus API .
34- - [ iwd ] ( https://github.com/shibumi/iwd ) go bindings for the internet wireless daemon "iwd" .
21+ - [ bluetooth ] ( https://github.com/tinygo-org/bluetooth ) : cross- platform Bluetooth API for Go and TinyGo .
22+ - [ fyne ] ( https://github.com/fyne-io/fyne ) : a cross platform GUI in Go inspired by Material Design .
23+ - [ fynedesk ] ( https://github.com/fyne-io/fynedesk ) : a full desktop environment for Linux/Unix using Fyne .
24+ - [ go-systemd ] ( https://github.com/coreos/go-systemd ) : Go bindings to systemd .
3525- [ notify] ( https://github.com/esiqveland/notify ) provides desktop notifications over dbus into a library.
36- - [ playerbm] ( https://github.com/altdesktop/playerbm ) a bookmark utility for media players.
37- - [ rpic] ( https://github.com/stephenhu/rpic ) lightweight web app and RESTful API for managing a Raspberry Pi
3826
3927Please note that the API is considered unstable for now and may change without
4028further notice.
4129
4230### License
4331
44- go.dbus is available under the Simplified BSD License; see LICENSE for the full
32+ The library is available under the Simplified BSD License; see LICENSE for the full
4533text.
4634
47- Nearly all of the credit for this library goes to github.com/guelfey/go.dbus .
35+ Nearly all of the credit for this library goes to https:// github.com/guelfey .
0 commit comments