summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/AddrServer/README
blob: 03c53a8090f51a6075713b799092b337f232f137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


Real-Time Event Service Address Server test

This directory contains a simple test intended to be run manually across
hosts of different architectures. The server reports the IP address served
as does the client. These should match.

To run the server:

./server -o <ior_file>

To run the client:
./client -k file://<ior_file>

Default IOR file is ./as.ior

There is no run_test.pl script as this test is only interesting when run
across multiple hosts.