项目作者: bus1

项目描述 :
Linux D-Bus Message Broker
高级语言: C
项目地址: git://github.com/bus1/dbus-broker.git
创建时间: 2017-03-06T09:28:09Z
项目社区:https://github.com/bus1/dbus-broker

开源协议:Apache License 2.0

下载


dbus-broker - Linux D-Bus Message Broker

The dbus-broker project is an implementation of a message bus as
defined by the D-Bus specification. Its aim is to provide high
performance and reliability, while keeping compatibility to the D-Bus
reference implementation. It is exclusively written for Linux systems,
and makes use of many modern features provided by recent linux kernel
releases.

WIKI:
https://github.com/bus1/dbus-broker/wiki

BUG REPORTS:
https://github.com/bus1/dbus-broker/issues

GIT:

  1. Cloning over ssh: git@github.com:bus1/dbus-broker.git
  2. Cloning over https: https://github.com/bus1/dbus-broker.git

GITWEB:
https://github.com/bus1/dbus-broker

MAILINGLIST:
https://groups.google.com/forum/#!forum/bus1-devel

Requirements

The requirements for dbus-broker are:

  1. Linux kernel >= 4.17
  2. glibc >= 2.16
  3. libaudit >= 3.0 (optional)
  4. libcap-ng >= 0.6 (optional)
  5. libselinux >= 3.2 (optional)

Additionally, the compatibility launcher requires:

  1. systemd >= 230
  2. expat >= 2.2

At build-time, the following software is required:

  1. meson >= 0.60
  2. pkg-config >= 0.29
  3. python-docutils >= 0.13
  4. linux-api-headers >= 4.13
  5. dbus >= 1.10 (optional: only for tests)

Install

The meson build-system is used for dbus-broker. Contact upstream
documentation for detailed help. In most situations the following
commands are sufficient to build and install dbus-broker from source:

  1. $ meson setup build
  2. $ meson compile -C build
  3. $ meson test -C build
  4. $ meson install -C build

For custom configuration options see meson_options.txt.

License

Apache Software License 2.0
See AUTHORS for details.