Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / AVStreams / Bidirectional_Flows / README
blob0c0611bb4098982ba13faae36e1b2665c85d554a
3 Description
4 -----------
6 This directory contains a simple test in the form of a sender and a
7 receiver.  The test has the following features:
9 1. It tests the AVStreams Pluggable Protocol Framework
10 2. Shows a mechanism to pace data.
11 3. Shows how to set up bidirectional data.
13 Running the test
14 ----------------
16 receiver
17 --------
19 receiver -f <input_filename>
21 -f <input_filename> -> The name of the file from which data is sent to the receiver
23 sender
24 ------
26 sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-d]
29 -f filename --> The file to be streamed to the receiver (defaults to
30                 "input").
32 -p protocol --> The protocol string could be UDP or TCP (defaults to
33                 UDP). But with the multicast address it should be UDP.
35 -r framerate--> The rate at which tha data frames need to be sent
36                 (defaults to 30 frames per second).
38 -d          --> Increament the TAO_debug_level for debug messages.
41 The test must be run with the naming service.  Check the run_test.pl
42 to see how to configure the test case.