Archive for March, 2009

D-Bus introduction in Perl

Sunday, March 8th, 2009

As stated in Wikipedia :

D-Bus (Desktop Bus) is a simple inter-process communication (IPC) system for software applications to communicate with one another.

This post provides a simple code snippet in Perl to help you getting started with D-Bus programming. (more…)