Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-26T23:07:20.000Z (19 days ago)
- Last Synced: 2024-10-27T00:21:12.094Z (19 days ago)
- Topics: c, cpp, dbus, dbus-api
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UntitledDBusUtils
[![CI](https://github.com/MadLadSquad/UntitledDBusUtils/actions/workflows/CI.yaml/badge.svg)](https://github.com/MadLadSquad/UntitledDBusUtils/actions/workflows/CI.yaml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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).