Salome HOME
Correction on evalyfx to take into account about first feedback.
[modules/yacs.git] / src / yacsorb / README.txt
1 How to use yacsorb:
2
3   1- install yacs : ./configure;make;make install
4   2- go to Install directory
5   3- set environment : python, omniorb, ...
6   4- launch demo calculation server : ./bin/echoSrv& (need omniorb name server)
7      4 objects are registered in name server : Echo, Obj, C, D
8   5- launch supervisor server : ./bin/yacsSrv &
9      supervisor object is registered in name server : Yacs
10   6- launch the supervisor client : ./bin/yacs_clt
11      This client load the aschema.xml schema in supervisor and 
12      requests its execution. An observer is registered to be notified about
13      status changes of all nodes in the schema. 
14      When the observer is notified the status is printed.
15      The client can be launched many times without reinitializing the supervisor.