DBusKit

From GNUstepWiki
Jump to navigation Jump to search

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