shithub: plumbto

ref: 891d581afe56da04cffbd812fe486e465e52affe
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.