GithubHelp home page GithubHelp logo

PIAX - A Distributed Computing Framework

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-common' - The common modules of PIAX.
  • 'piax-ayame' - Ayame framework.
  • 'piax-ayame-sim' - Ayame simulator.
  • 'piax-gtrans' - GTrans framework.
  • 'piax-gtrans-suzaku' - Suzaku overlay.
  • 'piax-agent' - PIAX Agent modules.
  • 'piax-compat' - PIAX modules for compatibilities.
  • 'piax-gtrans-dtn' - Modules related to DTN, AdHoc and Bluetooth (experimental).
  • 'piax-dht' - A DHT implementation on PIAX.
  • '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>4.0</version>
 </dependency>

PIAX Agent:

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

Suzaku:

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

PIAX's Projects

go icon go

The Go programming language

gotalog icon gotalog

Golang implementation of datalog, port of MITRE corporation's lua implementation

ipfs-webui icon ipfs-webui

A clone of IPFS webui. Customized for local use.

kubo icon kubo

An IPFS implementation in Go

piax icon piax

The source code of PIAX, a P2P distributed computing middleware

piqt icon piqt

PIQT distributed pub/sub broker

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.