D-BUS: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 10: Line 10:
** Telepathy Connection Manager
** Telepathy Connection Manager
** Telepathy StreamEngine
** Telepathy StreamEngine
* Data Store Service (Journal)
* Clipboard Service
* Clipboard Service
* Hardware Manager Service
* Hardware Manager Service

Revision as of 06:44, 29 August 2007

D-BUS is a message bus system, rather like Appletalk, that allows applications to send messages to one another. The applications all run on the same CPU. If you look at the Python source code for Sugar you can see how D-BUS is being used.

D-BUS Services on the OLPC-XO

  • NetworkManager
  • Activity DBus API
    • Activity Service (Python implementation of the Activity DBus API)
    • Activity Factory Service (Python implementation of the Activity-launching Factory DBus API)
  • Presence Service DBus API Including the Telepathy API
    • Telepathy Connection Manager
    • Telepathy StreamEngine
  • Data Store Service (Journal)
  • Clipboard Service
  • Hardware Manager Service
  • Activity Registry Service
  • Object Type Registry Service
  • Sugar Console Service

References

D-BUS website.