Development/Tutorials/D-Bus/Introduction
Introduction To D-BUS
Tutorial Series | D-Bus |
Previous | None |
What's Next | Accessing D-Bus 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.