shithub: plumbto

ref: b531c0ac2e6b2315bbb0f2031e21a1eb2a9d4375
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.