GithubHelp home page GithubHelp logo

johannesbuchner / udt-java Goto Github PK

View Code? Open in Web Editor NEW
71.0 9.0 53.0 268 KB

Java implementation of UDT (based on http://udt-java.sf.net by Bernd Schuller's)

License: Other

Java 99.04% Shell 0.96%

udt-java's Introduction

#
# UDT Java implementation
#

This is a native Java implementation of the UDT protocol.
The UDT protocol has been developed by Yunhong Gu and 
Robert Grossmann from the University of Illinois, and provides
high-speed data transfer with configurable congestion control.

#
# Using UDT-Java
#

UDT-Java can be used as a library for developing your own 
applications, and it can be used as-is as a commandline tool for 
file transfer.

#
# File transfer applications
#

We provide "send-file" and "receive-file" scripts that work analogously 
to their C++ counterparts.

To start a file "server",

  bin/send-file <server_port>
  
To download a file from the server,

  bin/receive-file <server_host> <server_port> <remote_filename> <local_filename>
  
where the <server_host> can be a server name or a numerical IP address.

#
# Setting up a development environment using Eclipse
#

If you want to work with the UDT-Java source code, you need to first
checkout the sourcecode from Sourceforge using Subversion:

  svn checkout http://udt-java.sourceforge.net/svnroot/udt-java/udt-java/trunk udt-java

You will need Apache Maven from http://maven.apache.org

To generate Eclipse project files,

  cd udt-java
  mvn eclipse:eclipse
  
Then, open Eclipse and import the project into your workspace, using 
"Import/Existing projects into workspace...".

udt-java's People

Contributors

joge97 avatar johannesbuchner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

udt-java's Issues

Connection interruption

it work good at a good network environment , but can't work at a bad network or low speed network.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.