From 8407430891ff6083f79b102675625cba90e75247 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 12 May 2016 17:03:28 +0200 Subject: rework: make client and server nodes work on making nodes and ports on the client. --- doc/design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/design.txt b/doc/design.txt index 56605a4a..a5ea6992 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -35,8 +35,8 @@ Node1: a processing node, this can be a source, sink or transform /org/pinos/node* Port1: a port on a Node1, ports can be input or output ports /org/pinos/node*/port* -Channel1: a connection of a client on a port - /org/pinos/client*/channel* +Link1: a link between 2 ports + /org/pinos/link* DBus protocol -- cgit v1.2.3