Development/Tutorials/D-Bus/Introduction

From KDE TechBase
Revision as of 23:05, 22 December 2006 by Aseigo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

DBUS is a Free/Open Source software interprocess communications (IPC) mechanism that is in widespread use by open source desktop software today. It is part of the freedesktop.org project and used in a wide range of applications. Examples include hotplug notifications on Linux, desktop search queries in strigi and as the primary means of IPC in KDE 4. This tutorial looks at the basic concepts of and terminology used in DBUS from an application developer's perspective.

{{tip|For more in depth looks at the DBUS wire protocol, system bus or other information that is not covered in this tutorial, visit the Template:Http://www.freedesktop.org/wiki/Software/dbus

Prerequisites

None.

What Is IPC

When To Use DBUS

The Buses

Messages

Namespaces and Addresses

Interfaces

Services

Objects

Calling and Being Called

Methods

Signals

Useful Tools

qdbus

dbus-viewer

Other Resources