summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-01-06 11:42:45 +0000
committerLaurent Bercot <ska@appnovation.com>2023-01-06 11:42:45 +0000
commit3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744 (patch)
tree6873c6a1adb9cd10b174894ad1f4aa17c6847155
parentd0494b37218a2674564047f6179c760d26e40629 (diff)
downloadskabus-3080437f7ed6dc0e068f1f4d0b29bca2ff7f2744.tar.xz
Mention "bus" in similar work
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/index.html4
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>