wok-next view dbus/description.txt @ rev 19957

Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 16 22:34:14 2017 +0300 (2017-10-16)
parents
children
line source
1 D-Bus is a message bus, used for sending messages between applications.
2 Conceptually, it fits somewhere in between raw sockets and CORBA in terms of
3 complexity.
5 D-Bus supports broadcast messages, asynchronous messages (thus decreasing
6 latency), authentication, and more. It is designed to be low-overhead; messages
7 are sent using a binary protocol, not using XML. D-Bus also supports a method
8 call mapping for its messages, but it is not required; this makes using the
9 system quite simple.
11 It comes with several bindings, including GLib, Python, Qt and Java.