Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / examples / Notify / Federation / SpaceCraft / README
bloba3bfe4ece94a3fb43d9ce2882cbfaf2298fc65a6
3 This example simulates spacecraft constellation. Each spacecraft
4 connects to a constellation-wide multicast group to which it
5 forwards pre-filtered messages on behalf of its agents. To run
6 the example start a few spacecrafts (in separate terminal windows):
8 $ ./craft a
9 $ ./craft b
10 $ ./craft c
12 Then start a few agents (from ../Agent) for each spacecraft:
14 $ ./agent 1 a
15 $ ./agent 2 a
17 $ ./agent 1 b
18 $ ./agent 2 b
20 $ ./agent 1 c
21 $ ./agent 2 c
23 You should be able to observer that each agent receives only
24 every third message from the agents on other spacecrafts.
28 Boris Kolpackov <boris@kolpackov.net>