3 This is a simple test for testing the multicast ior parser with format
4 mcast://multicast_address:port:nicaddress:ttl
6 The Client requests for the IOR of a service that is multicasted.
7 The Server helps get this ior with the use of the TAO_IOR_Multicast
8 class in the libTAO_Svc_Utils library.
10 It should test the nic address and ttl parts too of the mcast format.
12 You can run the test as:
14 % ./server -a 224.0.1.27:12345 -ORBEndpoint iiop://doc.ece.uci.edu:23456
16 The '-a' option is to give the multicast address to which the
17 requests to the server should be directed to.
19 % ./client -ORBInitRef MCASTServer=mcast://224.0.1.27:12345:eth0:2/MCASTServer