shithub: plumbto

Download patch

ref: f4573f6c2390540860a67915b5ff62ffdd974e36
parent: 3276ae6199a63dcfe1dd8b42bfe30cb134c4f9f1
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Dec 11 16:52:26 EST 2020

adds basic readme.

--- /dev/null
+++ b/Readme.md
@@ -1,0 +1,13 @@
+# 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.