Added a new `docs/dbus.md` file with an overview of standardized D-Bus data types and their signatures. Updated `README.md` with a reference to the documentation. Signed-off-by: Sven Sager <s.sager@kunbus.com>
15 lines
294 B
Markdown
15 lines
294 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2025 KUNBUS GmbH <support@kunbus.com>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
# Middleware for Revolution Pi
|
|
|
|
This middleware will support D-Bus as IPC interface.
|
|
|
|
## D-Bus
|
|
|
|
See [docs/dbus.md](docs/dbus.md) for an overview of the standard D-Bus data
|
|
types.
|