dk_make_protocol
GNUstep framework that interfaces with D-Bus (development files)
Install
- All systems
-
curl cmd.cat/dk_make_protocol.sh
- Debian
-
apt-get install libdbuskit-dev
- Ubuntu
-
apt-get install libdbuskit-dev
- Kali Linux
-
apt-get install libdbuskit-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdbuskit-dev
- Raspbian
-
apt-get install libdbuskit-dev
- Dockerfile
- dockerfile.run/dk_make_protocol
libdbuskit-dev
GNUstep framework that interfaces with D-Bus (development files)
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. This package contains the development files, API documentation, programming manual and the `dk_make_protocol' tool.