unetmsg: add unet pub/sub message broker based on ubus
authorFelix Fietkau <nbd@nbd.name>
Fri, 7 Mar 2025 17:20:23 +0000 (18:20 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 9 Mar 2025 15:44:52 +0000 (16:44 +0100)
commit9fcd2f3800173a139673783d10875e708b22f5f1
tree4a14383356158e3dec8b3413bba1a56a29866956
parentc6ae73582b55cf3e7b6d98b61610325ea74a406f
unetmsg: add unet pub/sub message broker based on ubus

This service automatically establishes connections to any hosts that are members
of the same unet network, and allows publish/subscribe exchanges via ubus channels.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/unetmsg/Makefile [new file with mode: 0644]
package/network/services/unetmsg/files/etc/init.d/unetmsg [new file with mode: 0755]
package/network/services/unetmsg/files/usr/sbin/unetmsgd [new file with mode: 0755]
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/client.uc [new file with mode: 0644]
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-client.uc [new file with mode: 0644]
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-remote.uc [new file with mode: 0644]
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd.uc [new file with mode: 0644]
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/utils.uc [new file with mode: 0644]