https://github.com/madladsquad/untitleddbusutils
Utilities for dealing with the low level DBus C API
https://github.com/madladsquad/untitleddbusutils
c cpp dbus dbus-api
Last synced: 5 months ago
JSON representation
Utilities for dealing with the low level DBus C API
- Host: GitHub
- URL: https://github.com/madladsquad/untitleddbusutils
- Owner: MadLadSquad
- License: mit
- Created: 2023-04-10T15:36:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-27T00:15:48.000Z (10 months ago)
- Last Synced: 2025-07-27T03:38:59.571Z (10 months ago)
- Topics: c, cpp, dbus, dbus-api
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UntitledDBusUtils
[](https://github.com/MadLadSquad/UntitledDBusUtils/actions/workflows/CI.yaml)
[](https://lbesson.mit-license.org/)
[](https://discord.gg/4wgH8ZE)
C++ Utilities for dealing with the low level C DBus API. Features:
1. RAII classes for the following constructs:
- Errors
- Messages
- Connections
- Pending calls
1. Heavy usage of C++ features to provide the following:
- Automatic type recognition when appending method arguments
- Type safety and automatic termination of method append calls
- <2 line serialisation and de-serialisation of complex components such as structs and maps
1. Additional pointer checks to prevent segmentation faults that are common when using dbus-1
## Learning
All documentation can be found on the [wiki](https://github.com/MadLadSquad/UntitledDBusUtils/wiki/).