D-Bus is a message bus system, a simple way for applications to talk to one another The low-level API for D-Bus is written in C but most of the documentation and code is written for a higher level binding, such as Python or GLib. Here I provide tutorial/howto for a basic server and client using the C API directly, including example code. The D-Bus website has Doxygen documentation for the C API. N