$packmime set-client <node> Associates the node with the PackMimeHTTP client cloud
If I write a tcl like: $pm set-client $nB; # name $nB as client $pm set-client $nC; # name $nB as client $pm set-server $nY; # name $nY as server It gives me the following error: Error: 2 clients and 1 servers How can I add more than one node to the clients cloud? I want 5 similtaneous client-nodes connecting to one server-node; does anyone have a tcl something similar to what I need? -- barjinder