#ON THE REGISTRY SERVER

# install system wide
python setup.py install

#export registry address
export ICEHMS_REGISTRY="tcp -p 12000 -h toto.mydomain.com"

#run registry
hms_run_servers.py



#ON THE CLIENTS
# install system wide
python setup.py install

#export registry address
export ICEHMS_REGISTRY="tcp -p 12000 -h toto.mydomain.com "

#run whatever program 
python examples/test1.py

#run another program to test communication in another shell
python examples/test2.py

#Look at the code in test1 to get an idea of basic usage
