doc: Add D-Bus data types documentation

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>
This commit is contained in:
Sven Sager
2026-02-03 08:02:59 +01:00
parent 0716169a03
commit a43fc764c6
2 changed files with 56 additions and 0 deletions

View File

@@ -7,3 +7,8 @@ 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.