PIAX Compat

A backward compatibility package for PIAX

License

License

GroupId

GroupId

org.piax
ArtifactId

ArtifactId

piax-compat
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

PIAX Compat
A backward compatibility package for PIAX
Project URL

Project URL

http://www.piax.org/
Source Code Management

Source Code Management

http://github.com/piax/piax/tree/master

Download piax-compat

How to add to project

<!-- https://jarcasting.com/artifacts/org.piax/piax-compat/ -->
<dependency>
    <groupId>org.piax</groupId>
    <artifactId>piax-compat</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.piax/piax-compat/
implementation 'org.piax:piax-compat:4.0'
// https://jarcasting.com/artifacts/org.piax/piax-compat/
implementation ("org.piax:piax-compat:4.0")
'org.piax:piax-compat:jar:4.0'
<dependency org="org.piax" name="piax-compat" rev="4.0">
  <artifact name="piax-compat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.piax', module='piax-compat', version='4.0')
)
libraryDependencies += "org.piax" % "piax-compat" % "4.0"
[org.piax/piax-compat "4.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.piax : piax-common jar 4.0
org.piax : piax-ayame jar 4.0
org.piax : piax-gtrans jar 4.0
org.slf4j : slf4j-api jar 1.7.21

test (6)

Group / Artifact Type Version
org.piax : piax-gtrans-suzaku jar 4.0
org.junit.jupiter : junit-jupiter-api jar 5.0.2
org.junit.jupiter : junit-jupiter-engine jar 5.0.2
org.junit.platform : junit-platform-launcher jar 1.0.2
uk.org.lidalia : slf4j-test jar 1.2.0
com.google.guava : guava jar 20.0

Project Modules

There are no modules declared in this project.

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>

Versions

Version
4.0