@include "lab10_nodes.conf"

paths = (
	{
		in  = [ "rpi-1"  ],
		out = [ "rtds-1" ],

		hooks = (
			{ type = "print", output = "stdout" }
		)
	}
)