blob: 39cbc7aea521b191f82cde9ccbee2931f8524c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
This directory contains a simple file transfer test program for the
Multicast 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 <filename1> (machine 1)
server -f <filename2> (machine 2)
ftp -f <filename> (machine 3)
|