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


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