GithubHelp home page GithubHelp logo

teranisi / piax Goto Github PK

View Code? Open in Web Editor NEW

This project forked from piax/piax

0.0 3.0 0.0 806 KB

The source code of PIAX, a P2P distributed computing middleware

License: Other

Java 99.67% Shell 0.33%

piax's Introduction

What is PIAX?

PIAX is a middleware for P2P distributed computing. By using PIAX core transport mechanism, you can write programs that utilize discovery features of overlays. PIAX also provides a mobile agent-based programming framework. You can write distributed programs that interact each other by using remote procedure calls among mobile agents.

Structure of the software

The structure of PIAX is as follows:

  • 'piax-gtrans' - Core modules of GTrans.
  • 'piax-agent' - PIAX Agent modules.
  • 'piax-dht' - A DHT implementation on PIAX.
  • 'piax-gtrans-dtn' - Modules related to DTN, AdHoc and Bluetooth (experimental).
  • 'piax-samples' - Some simple samples of GTrans and PIAX Agents.
  • 'piax-shell' - A command-line application to demonstrate PIAX Agents.

Build from sources

cd into cloned source directory and mvn -Dmaven.test.skip=true clean package. Of course you can do tests by eliminating -Dmaven.test.skip=true (it takes a while).

Maven build settings

PIAX artifacts are available on Maven Central Repository. You can build your program using maven by following settings.

PIAX GTrans:

 <!-- https://mvnrepository.com/artifact/org.piax/piax-gtrans -->
 <dependency>
    <groupId>org.piax</groupId>
    <artifactId>piax-gtrans</artifactId>
    <version>3.1.0</version>
 </dependency>

PIAX Agent:

 <!-- https://mvnrepository.com/artifact/org.piax/piax-agent -->
 <dependency>
    <groupId>org.piax</groupId>
    <artifactId>piax-agent</artifactId>
    <version>3.1.0</version>
 </dependency>

piax's People

Contributors

teranisi avatar ktabe avatar

Watchers

James Cloos avatar  avatar PIAX 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.