In this post we will talk about DBus introspection and we will
implement a simple DBus server application.
Continue reading “DBus tutorial, a simple server”
Dbus
DBus tutorial, part 3
In the previous post we have seen how to call a simple method in a DBus exposed object. In this post we will talk about data-types and about properties.
Continue reading “DBus tutorial, part 3”
DBus tutorial, part 2
In the previous post we talked about DBUS buses and connection names. In this post we will have a look other basic concepts: object paths and interface names.
Continue reading “DBus tutorial, part 2”
DBus tutorial using the low-level API
In this post we will be studying DBus and how to use it from the so-called Low-level API. The DBus API documentation says “if you use this low-level API directly, you’re signing up for some pain.”
I don’t think so. Let’s start this journey.