shithub: plumbto

ref: f4573f6c2390540860a67915b5ff62ffdd974e36
dir: /Readme.md/

View raw version
# plumbto

*aka: Make plumber usable with multiple destination channels without changing plumb links too much.*

This application provides a GUI for selecting the destination channel for plumb messages.

The incoming plumb messages need to be sent to the `chanselect` channel.
They also need to contain a valid `channels` attribute with a comma separated list of possible destination channels.

To combine this in a plumb command: `plumb -d chanselect -a 'channels=chan1,chan2'`.

Of course the channel(s) must exist.
You can run `echo plumb to chanselect >> /mnt/plumb/rules` to create the chanselect channel.