Archive for December 1, 2010
D-BUS Tips 1.0: Getting in D-BUS world
This is the first of a sequence of posts related to D-BUS communication. I guess this can help you to find an easy and painless way to work with this technology since official documentation is under development.
D-Bus is a system for interprocess communication (IPC), and it is a good way to integrate operating system/desktop applications on linux, the windows port is under development. You can find details about “what is D-BUS?” at tutorial page.
Next post will describe how to listen to application signals.