Top "Dbus" questions

D-Bus is a message bus system, which allows client programs to call procedures on a service - basically, the machine-local equivalent to XML-RPC and SOAP.

what is dbus daemon and why vlc needs it

I have cross-compiled VLC (version 2.1.2) media player using buildroot for an arm board. I have connected the board to my …

linux x11 embedded-linux dbus buildroot
error: longjmp causes uninitialized stack frame

I have a server application that creates a Bus on the dbus and after some minutes of running I got …

curl libcurl dbus
DBus SystemBus policies

I wrote a program that runs as session service through dbus. I wanted to make it run as system service (…

dbus policy
D-Bus equivalent for Windows

Anyone know of a Linux/D-Bus sort of mechanism for Windows? Thanks

windows winapi ipc dbus
DBus .service file missing

I am building custom dbus service for my own demands and want it to start automatically when someone need it. …

python linux ubuntu dbus ubuntu-11.10
Is there an equivalent to DBus on OSX?

Is there an equivalent to Linux DBus on OSX? I mean, is there a "message bus" available by default on …

linux macos dbus
Async wait on file descriptor using Boost Asio

I'm trying to integrate D-Bus with my boost::asio application. D-Bus has an API that enumerates a set of Unix …

c++ boost boost-asio dbus
BlueZ D-Bus C or C++ Sample

I am trying to write an application which searches Bluetooth devices nearby and communicates with them. My application is going …

c++ c dbus bluez
Run dbus-daemon inside Docker container

I am trying to create a Docker container with a custom D-Bus bus running inside. I configured my Dockerfile as …

docker dbus unix-socket
How to use a variant dictionary (`a{sv}`) in dbus-send

I have some trouble with dbus-send when using a{sv} Calling a method with in_signature='a{ss}' seems …

dbus