floppym / dbus-broker

Linux D-Bus Message Broker

Home Page:https://github.com/bus1/dbus-broker/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbus-broker - Linux D-Bus Message Broker

ABOUT:
        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.

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

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

GIT:
        git@github.com:bus1/dbus-broker.git
        https://github.com/bus1/dbus-broker.git

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

LICENSE:
        Apache Software License 2.0
        See COPYING for details.

REQUIREMENTS:
        The requirements for dbus-broker are:

            Linux kernel >= 4.10
            glibc >= 2.16
            libselinux >= 2.5           (optional)

        Additionally, the compatibility launcher requires:

            dbus >= 1.10
            glib >= 2.50
            systemd >= 230
            expat >= 2.2

        At build-time, the following software is required:

            meson >= 0.41
            pkg-config >= 0.29

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:

            $ meson build/
            $ ninja -C build
            $ ninja -C build test
            # ninja -C build install

        No configuration options are available.

About

Linux D-Bus Message Broker

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

License:Apache License 2.0


Languages

Language:C 97.8%Language:Meson 1.2%Language:C++ 0.7%Language:Makefile 0.3%