1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH GPIO-MANAGER "1" "February 2026" "libgpiod v2.2.3" "gpio-manager"
.SH NAME
gpio-manager \- libgpiod D-Bus daemon
.SH DESCRIPTION
.SS "Usage:"
.IP
gpio\-manager [OPTION?]
.PP
D\-Bus daemon managing GPIOs.
.SS "Help Options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help options
.SS "Application Options:"
.TP
\fB\-d\fR, \fB\-\-debug\fR
Emit additional debug log messages.
.TP
\fB\-v\fR, \fB\-\-version\fR
Print version and exit.
.PP
The gpio\-manager is the reference implementation of the GPIO D\-Bus API
built on top of libgpiod. It serves as the central authority managing GPIO
chips and lines, exposing their functionalities to other applications
through the D\-Bus interface. It supports operations such as requesting,
releasing, and setting line values, as well as monitoring events like rising
or falling edges and line property changes.
.PP
D\-Bus API version: 1
.SH AUTHOR
Bartosz Golaszewski <brgl@bgdev.pl>
.SH "REPORTING BUGS"
Report bugs to:
Bartosz Golaszewski <brgl@bgdev.pl>
linux-gpio <linux-gpio@vger.kernel.org>
|