summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-20 23:35:06 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-20 23:35:06 +0000
commit53627542f2278fcb1d20be88903ff8dd7bbddc73 (patch)
treea9a5d26123c57857bc0d86ceeedbeb6d689d88c0
parent29435848f05793bb46c3981a6f97060fc691eb2c (diff)
downloadATCD-53627542f2278fcb1d20be88903ff8dd7bbddc73.tar.gz
Added README for the test
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/README b/TAO/orbsvcs/tests/AVStreams/Full_Profile/README
new file mode 100644
index 00000000000..b9762e3259b
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/README
@@ -0,0 +1,32 @@
+This directory contains a simple file transfer test program for the
+Full Profile in the TAO's Audio/Video Streaming
+Service. This program can be run using UDP by default
+
+Executable Options:
+-------------------
+
+server:
+-------
+
+-f <filename> -> The name of the file under which the received stream
+ data has to be stored.
+
+ftp:
+----
+
+-f <filename> --> The file to be streamed to the server. It is currently
+ streamed at the rate of 0.5kbytes/s.
+
+-s --> flag to use SFP. This option cannot be used with -p
+ TCP since SFP currently runs only over UDP.
+
+Running the Test:
+-----------------
+
+In that order:
+
+Run the Naming Service
+
+server -f <filename>
+
+ftp -f <filename> -p <TCP/UDP>