DBusKit

From GNUstepWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DBusKit is a framework that interfaces Objective-C applications with the D-Bus IPC service.

Current Version: 0.1.1

  • Released: April 16 2013
  • Licensed: LGPL

Overview

The DBusKit framework offers tight integration of D-Bus services into Objective-C applications. It handles all low-level details of communication with D-Bus daemons and the services connected to them and exposes an interface similar to Distributed Objects to make it easy for Objective-C programmers to access D-Bus services.

Features

  • Distributed Objects-like API for exchanging messages with D-Bus services.
  • A notification center class for watching signals emitted by D-Bus services.
  • 'dk_make_interface' tool to generate Objective-C protocol declarations from D-Bus interface files.

Maintainer

  • Niels Grewe

Related Links