Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / AVStreams / Pluggable / README
blob2ae145aadae67e0f528aae886f3df46a23ab5156
3 Description
4 -----------
6 This directory contains a comprehensive test in the form of a ftp client and server.
7 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. Performs benchmarking.
13 Running the test
14 ----------------
16 server
17 ------
19 server -f <output_filename>
21 -f <output_filename> -> The name of the file under which the received stream
22                         data has to be stored.
24 ftp:
25 ----
27 ftp [-f <filename>] [-a <address>] [-p <protocol>] [-s] [-r <frame rate>] [-d]
30 -f filename --> The file to be streamed to the server. It is currently
31                 streamed at the rate of 0.5kbytes/s.
33 -a address  --> Multicast address or the host on which the client is running
34                 Default is multicast address
36 -p protocol --> The protocol string could be UDP or TCP. But with the
37                 multicast address it should be UDP.
39 -s          --> flag to use SFP. This option cannot be used with -p
40                 TCP since SFP currently runs only over UDP.
42 -r framerate--> The rate at which tha data frames need to be sent.
44 -d          --> Increament the TAO_debug_level for debug messages.