Activity for Tsunami UDP Protocol

  • John Willing John Willing posted a comment on discussion Open Discussion

    The above find command should have the back quote around it like tsunamid find . -type f -print

  • John Willing John Willing posted a comment on discussion Open Discussion

    It's over 11 years, I found out that you can with a code fix in client/protocol.c. To have tsunamid to be able to send multiple directories/files, launch it with: tsunamid find . -type f -print This will make all of the files from the find command available to download. On the client, tsunami does not handle directories when passed as part of the file. I've updated the code in client/protocol.c aound line 222 (just above the Warning: overwriting...) strcpy(local_directory, xfer->local_filename);...

  • Praveen Sangalad Praveen Sangalad posted a comment on a wiki page

    thanks a lot for response.. if I try UDT ,will there be any change in file transfer speed? for me very large file transfer speed is more important at the moment. your thougts/inputs?

  • Jan Wagner Jan Wagner modified a comment on a wiki page

    Unfortunately no, no upload capability, by design. For bidirectional and slightly more "modern" software you could look at rsync accelerated by UDT. Either the original https://github.com/LabAdvComp/UDR Or my forked version that adds a command line option "[-r max-bw] Maximum bandwidth to utilize (Mbps)" in case bandwidth capping is required: https://github.com/jwagnerhki/UDR This does not need any continuously running server at the other end, just SSH login and the 'udr' binary installed at the...

  • Jan Wagner Jan Wagner posted a comment on a wiki page

    Unfortunately no, no upload capability, by design. For bidirectional and slightly more "modern" you look at rsync accelerated by UDT. Either the original https://github.com/LabAdvComp/UDR Or my forked version that adds a command line option "[-r max-bw] Maximum bandwidth to utilize (Mbps)" in case bandwidth capping is required: https://github.com/jwagnerhki/UDR This does not need any continuously running server at the other end, just SSH login and the 'udr' binary installed at the other end (or rather,...

  • Praveen Sangalad Praveen Sangalad posted a comment on a wiki page

    Currently Client can only connect to Server and Download the files, is there a way client can upload a file to server?(other way around).

  • Jan Wagner committed [cf247a]

    add rriley's README

  • Jan Wagner committed [233dc0]

    reference .gitignore

  • Jan Wagner committed [b40282]

    docu update

  • Jan Wagner committed [b37a72]

    point website entries from CVS to now Git

  • Jan Wagner committed [8a5f86]

    add copy of sourceforge website for Tsunami UDP

  • Jan Wagner committed [c9a8b5]

    rm legacy CVS things

  • root <> committed [b1dc1a]

    initial checkin

  • jwagnerhki <> committed [4fd4ad]

    root dir checking to trunk

  • jwagnerhki <> committed [cad09a]

    deleted unnecessary files

  • jwagnerhki <> committed [8755a5]

    added to trunk

  • jwagnerhki <> committed [9f052c]

    added to trunk

  • jwagnerhki <> committed [d6fd92]

    removed

  • jwagnerhki <> committed [ea9c51]

    copied "set rate [nnn][m|g]" format from normal tsunami

  • jwagnerhki <> committed [22d583]

    compile instructions

  • jwagnerhki <> committed [ba4374]

    new debug defines

  • jwagnerhki <> committed [ae289e]

    now /dev/vsib

  • jwagnerhki <> committed [d5cb44]

    now /dev/vsib, start immediate or at specified time

  • jwagnerhki <> committed [da4779]

    included realtime progs into configure make

  • jwagnerhki <> committed [65e86e]

    bool 2 char

  • jwagnerhki <> committed [df2219]

    now autogenerated

  • jwagnerhki <> committed [370e6e]

    reimport

  • jwagnerhki <> committed [42f74a]

    reimport

  • FIXME <> committed [5d4447]

    This commit was manufactured by cvs2svn to create tag 'mro0'.

  • FIXME <> committed [c79775]

    This commit was manufactured by cvs2svn to create tag 'mrodoc0'.

  • jwagnerhki <> committed [02f2f2]

    unnecessary

  • jwagnerhki <> committed [ba3c5b]

    unnecessary

  • jwagnerhki <> committed [5bcb50]

    header file merge

  • jwagnerhki <> committed [65481b]

    unnecessary

  • jwagnerhki <> committed [0ff886]

    set rate now also with mM gG

  • jwagnerhki <> committed [2eddb2]

    use client_port for UDP port nr

  • jwagnerhki <> committed [3cee1f]

    new UDP port define

  • jwagnerhki <> committed [9e4fb6]

    concurrent clients by scannig for next available UDP port

  • jwagnerhki <> committed [746949]

    merged client and rtclient protocol.c

  • jwagnerhki <> committed [644103]

    merged server and rtserver protocol.c

  • jwagnerhki <> committed [df66f0]

    changed revision nr

  • jwagnerhki <> committed [5520c6]

    merged with rtserver vsibctl.c

  • jwagnerhki <> committed [b68367]

    included ctype.h

  • jwagnerhki <> committed [e8efd3]

    added some debug output trying to catch file corruption issues

  • jwagnerhki <> committed [7917b5]

    set default UDP port back to same as TCP for easier firewall cfg

  • jwagnerhki <> committed [f3c826]

    udp socket reusable, udp port selectable in client

  • jwagnerhki <> committed [af7d60]

    quick hack to allow commands as arguments already from shell side

  • jwagnerhki <> committed [25d9ee]

    added URL to SF project page for the byebye msg

  • jwagnerhki <> committed [85532a]

    very short user guide

  • jwagnerhki <> committed [263bc6]

    troubleshooting, realtime info

  • jwagnerhki <> committed [97d202]

    forgot the 'make install' part

  • jwagnerhki <> committed [d1a01c]

    upload and download dirs mentioned

  • jwagnerhki <> committed [092aa4]

    minor changes

  • jwagnerhki <> committed [a716cc]

    fixed zero-sized second transfer files

  • jwagnerhki <> committed [5538cf]

    added command get

  • jwagnerhki <> committed [d922b7]

    add lib math needed for floor() in tstamp.c

  • jwagnerhki <> committed [5e51f5]

    removed log() declaration not working on SuSE

  • jwagnerhki <> committed [e14ef7]

    some future files

  • jwagnerhki <> committed [e14ef7]

    some future files

  • jwagnerhki <> committed [48f202]

    disabled retransmit debug infos on default

  • jwagnerhki <> committed [411e7c]

    refer to README.txt

  • jwagnerhki <> committed [b621ae]

    more infos

  • jwagnerhki <> committed [f7a744]

    15min hardcoded

  • jwagnerhki <> committed [eb474a]

    typo

  • jwagnerhki <> committed [f7a744]

    15min hardcoded

  • jwagnerhki <> committed [a63cd1]

    reference to newer USAGE.txt and COMPILING.txt

  • jwagnerhki <> committed [9d0c9f]

    included libmath -lm

  • jwagnerhki <> committed [51b58c]

    included -lm, fixed didn't build on some machines

  • jwagnerhki <> committed [57cb31]

    not needed, generated by autoconf

  • jwagnerhki <> committed [5c94ab]

    more verbose when waiting till UTC starttime

  • jwagnerhki <> committed [0399b8]

    added rtclient, rtserver Makefiles to autoconf

  • jwagnerhki <> committed [58110e]

    new

  • jwagnerhki <> committed [8d42a6]

    renamed binary to rttsunamid

  • jwagnerhki <> committed [899318]

    make install binaries include now rttsunami rttsunamid

  • jwagnerhki <> committed [f378ed]

    binaries now rttsunami(d)

  • jwagnerhki <> committed [345d30]

    more docs, copied over from tsunami-udp module

  • jwagnerhki <> committed [ed658b]

    update

  • jwagnerhki <> committed [8ca55a]

    Joukos suggestions

  • jwagnerhki <> committed [ecf4b9]

    replaced shmctl() asserts with fprintf

  • jwagnerhki <> committed [c452a5]

    show proto rev and build number, rttsunamid show startup settings like tsunamid

  • jwagnerhki <> committed [855baf]

    added VSIB config extern vars

  • jwagnerhki <> committed [49f07d]

    show VSIB config at program start

  • jwagnerhki <> committed [aaad20]

    clients now show proto version and build nr

  • jwagnerhki <> committed [9b530e]

    fix STATS_MATLABFORMAT ifndef to ifdef

  • jwagnerhki <> committed [36aeb7]

    catch if specified UTC time is in the past

  • jwagnerhki <> committed [fed9b5]

    TCP control, timelength as bytes, etc

  • jwagnerhki <> committed [00ea23]

    common tsunami-server.h for server apps

  • jwagnerhki <> committed [0ab9d2]

    moved server.h into common tsunami-server.h

  • jwagnerhki <> committed [9b5e13]

    realtime and normal server.c now identical, define VSIB_REALTIME for mode

  • jwagnerhki <> committed [1b8bcd]

    use VSIB_REALTIME gcc define to select compile mode

  • jwagnerhki <> committed [fcf7dd]

    now realtime uses same protocol.c, VSIB_REALTIME compile flag

  • jwagnerhki <> committed [91f690]

    file does not exist etc codes now returned to client

  • jwagnerhki <> committed [614673]

    server.h now ./include/tsunami-server.h

  • jwagnerhki <> committed [6ea32c]

    fixed client loosing password

  • jwagnerhki <> committed [f1fba1]

    imported Jouko's files

  • jwagnerhki <> committed [bd638a]

    multiget * support, parse_evn_filename called

  • jwagnerhki <> committed [0fac80]

    hacked for two channel discard mode

  • jwagnerhki <> committed [2d90f9]

    renamed last_vsib_block, optinal no seek on contiguos reads

  • jwagnerhki <> committed [a3aa4b]

    Makefile to include parse_evn_filename.c

  • jwagnerhki <> committed [f7403b]

    added cvs log line

1 >