diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-06 11:42:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-06 11:42:45 +0000 |
commit | 3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744 (patch) | |
tree | 6873c6a1adb9cd10b174894ad1f4aa17c6847155 | |
parent | d0494b37218a2674564047f6179c760d26e40629 (diff) | |
download | skabus-3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744.tar.gz skabus-3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744.tar.xz skabus-3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744.zip |
Mention "bus" in similar work
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index b4ce87f..6f4c62d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -138,10 +138,12 @@ relevant page. <h3> Similar work </h3> <ul> - <li> <a href="http://www.freedesktop.org/wiki/Software/dbus/">D-Bus</a> is + <li> <a href="https://www.freedesktop.org/wiki/Software/dbus/">D-Bus</a> is the most widely used Linux bus. It's also a horrible, inefficient mess. </li> <li> <a href="https://openwrt.org/docs/techref/ubus">ubus</a> is OpenWrt's micro-bus architecture. </li> + <li> Mathias Andree's <a href="https://codeberg.org/maandree/bus">bus</a> +is a daemonless system for broadcasting messages locally. </li> </ul> </body> |