summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/RTCORBA/README
blob: 691e6c30d07c6864800f1ec000a8de395682082e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DevGuideExamples/RTCORBA/README

This directory contains an RTCORBA example illustrating a simple client and
a server with a Interface Messenger. The Messenger Interface has
an operation for sending a message (send_message).

How to Run
----------

To start the server:
------------------
./MessengerServer


To start the client:
------------------
./MessengerClient