Git Product home page Git Product logo

rft-protocol's Introduction

XXX protocol Java implementation

This is the java implemenation of the XXX protocol. This repository is a public fork of this one

A video of this Java implementation of the protocol in action can be found here

Build

To build it, you need Apache Maven installed. Then you can call mvn package to build it and run all tests. The final executable will be in the target folder.

Usage

To start an XXX server, you can use the following command:

rft -s [-t <port>] [-p <p>] [-q <q>] [-v]

To start an XXX client and connect to a server, you can use the following command:

rft <host> [-t <port>] [-p <p>] [-q <q>] [-v] <file> ...
  • -s: Starts the program in server mode
  • <host>: Specifies the hostname of the server, the client wants to connect to
  • -t: Specifies the port of the server. If no port is specified, the default port 2020 is used
  • -p/-q: Specifies the loss probabilities for a Markow-chain model. If only one is specified, p=q is assumed. If neither is specified, p=q=0 is assumed
  • -v: Starts the client/server in verbose mode
  • <file>: Specifies one multiple files the client wants to download from the server

rft-protocol's People

Contributors

seedship avatar lennerados avatar

Stargazers

Timiu avatar

Watchers

James Cloos avatar  avatar

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.