Reader small image

You're reading from  Hands-On Embedded Programming with Qt

Product typeBook
Published inJul 2019
Reading LevelIntermediate
PublisherPackt
ISBN-139781789952063
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
John Werner
John Werner
author image
John Werner

John Werner is an internationally published author, engineer, consultant, and conference speaker with more than 15 years' experience. He has earned patents for inventions ranging from Inkjet printers to automotive ignition systems. John was one of the early users of Qt on QNX and contributed to the early knowledge of how to make it work. He is a contributor to the Qt-related information on Stack Exchange. He is currently a senior software engineer, specializing in Qt development, for Caliber Imaging & Diagnostics.
Read more about John Werner

Right arrow

Communicating using D-Bus

D-Bus is an interprocess communication system (IPC bus) that allows multiple processes to seamlessly communicate with each other. D-Bus is often used to allow daemons (lightweight service providers) and applications wishing to use them to communicate without knowing more than what service they need. In essence, it provides another level of abstraction. A typical setup might be to have a power monitor daemon that can notify when power is failing. Applications and other services that want to do something when power starts failing can find that daemon and use it without knowing how the daemon works. This allows the application to use different hardware as long as a power monitoring daemon is provided for it.

In the typical desktop environment, there are two D-Bus buses defined: the session and system buses. Since a bus is really just an instance of a D-Bus...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Embedded Programming with Qt
Published in: Jul 2019Publisher: PacktISBN-13: 9781789952063

Author (1)

author image
John Werner

John Werner is an internationally published author, engineer, consultant, and conference speaker with more than 15 years' experience. He has earned patents for inventions ranging from Inkjet printers to automotive ignition systems. John was one of the early users of Qt on QNX and contributed to the early knowledge of how to make it work. He is a contributor to the Qt-related information on Stack Exchange. He is currently a senior software engineer, specializing in Qt development, for Caliber Imaging & Diagnostics.
Read more about John Werner