Difference between revisions of "CineGrid"
From Immersive Visualization Lab Wiki
(→Copying large files over multi-gigabit networks) |
(→Copying large files over multi-gigabit networks) |
||
Line 3: | Line 3: | ||
==Copying large files over multi-gigabit networks== | ==Copying large files over multi-gigabit networks== | ||
− | * Download latest version of [http://udt.sourceforge.net/ UDT] file transfer tool. The version we have been using is | + | * Download latest version of [http://udt.sourceforge.net/ UDT] file transfer tool. The version we have been using is http://ivl.calit2.net/wiki/files/revisedudt3.3.tar.gz. Untar and unzip the file to a directory of your choice. |
+ | |||
+ | * The following commands are called from the directory udt3.3/app/ | ||
+ | |||
+ | * Run the sender: ./sendfile | ||
+ | |||
+ | * Run the receiver: ./recvfile <IP address/hostname of sender> <port number> <remote source file name> <local destination file name> | ||
+ | Example: ./recvfile 127.0.0.1 9000 /home/jschulze/data/largefile.tif ./temp.tif | ||
==Streaming high resolution video over multi-gigabit networks== | ==Streaming high resolution video over multi-gigabit networks== |
Revision as of 09:54, 14 June 2007
Team members: Jurgen Schulze, Shaofeng (Leo) Liu
Copying large files over multi-gigabit networks
- Download latest version of UDT file transfer tool. The version we have been using is http://ivl.calit2.net/wiki/files/revisedudt3.3.tar.gz. Untar and unzip the file to a directory of your choice.
- The following commands are called from the directory udt3.3/app/
- Run the sender: ./sendfile
- Run the receiver: ./recvfile <IP address/hostname of sender> <port number> <remote source file name> <local destination file name>
Example: ./recvfile 127.0.0.1 9000 /home/jschulze/data/largefile.tif ./temp.tif