unetmsg: add unet pub/sub message broker based on ubus master
authorFelix Fietkau <nbd@nbd.name>
Fri, 7 Mar 2025 17:20:23 +0000 (18:20 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 11 Mar 2025 13:30:35 +0000 (14:30 +0100)
commit2daf36398e584145a17e34141bd016493f060193
tree47d61d6541a25a8165ce094fa58cad80f9e6222f
parent9f9ed528d9c65da1815cac016acdf23cde4d357c
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/unetd/files/unet.uc
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]