Development/Tutorials/D-Bus/Introduction: Difference between revisions

From KDE TechBase
m (Development/Tutorials/Introduction To D-Bus moved to Development/Tutorials/D-Bus/Introduction: moving into it's own "namespace" as per conversation the other day on irc with dhaumann and milliams)
m (Fix links)
Line 5: Line 5:
name=Introduction To D-BUS|
name=Introduction To D-BUS|


next=[[../Accessing_D-Bus_Interfaces|Accessing D-Bus Interfaces]]|
next=[[../Accessing Interfaces|Accessing Interfaces]]|


reading=[http://www.freedesktop.org/wiki/Software/dbus#head-9e9cf3221a30246219863f1d2366e36cb580debc D-Bus documentation page]
reading=[http://www.freedesktop.org/wiki/Software/dbus#head-9e9cf3221a30246219863f1d2366e36cb580debc D-Bus documentation page]

Revision as of 15:27, 10 January 2007

Introduction To D-BUS
Tutorial Series   D-Bus
Previous   None
What's Next   Accessing Interfaces
Further Reading   D-Bus documentation page

Abstract

D-Bus is a Free/Open Source software interprocess communication (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 D-Bus from an application developer's perspective.

What Is IPC

When To Use D-Bus

The Buses

Messages

Namespaces and Addresses

Interfaces

Services

Objects

Calling and Being Called

Methods

Signals

Useful Tools

qdbus

dbus-viewer

Other Resources