Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / examples / Reactor / Ntalker / README
blob191cef9256fe5550e1b083a5ba28c4af5c86175e
1 This test program illustrates how the ACE datagram multicast feature
2 works.  To run the test simply do the following on multiple machines:
4 # Machine 1
5 % ./ntalker
7 # Machine 2
8 % ./ntalker
10 # Machine 3
11 % ./ntalker
13 Then, on one (or all) of the machines, type input into the keyboard.
14 This input will be multicast to all the machines using IP multicast
15 via the ACE_SOCK_Dgram_Mcast wrapper.
17 When you want to shut down the sender, just type ^D.