#!/bin/sh

export UCPARAM_1 UCPARAM_2 UCPARAM_3 UCPARAM_4 UCPARAM_5 UCPARAM_6 

UCPARAM_1=InChan_localhost:16600;
UCPARAM_2=OutChan_16601;
worker &

UCPARAM_1=InChan_localhost:16612;
UCPARAM_2=OutChan_16603;
worker &

UCPARAM_1=InChan_localhost:16602;
UCPARAM_2=OutChan_16612;
spy &

UCPARAM_3=InChan_localhost:16601;
UCPARAM_4=OutChan_16600;
UCPARAM_5=InChan_localhost:16603;
UCPARAM_6=OutChan_16602;
farmer



