PIAX Parent

PIAX - A distributed computing framework

Лицензия

Лицензия

Группа

Группа

org.piax
Идентификатор

Идентификатор

piax-parent
Последняя версия

Последняя версия

4.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

PIAX Parent
PIAX - A distributed computing framework
Ссылка на сайт

Ссылка на сайт

http://www.piax.org/
Система контроля версий

Система контроля версий

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

Скачать piax-parent

Имя Файла Размер
piax-parent-4.0.pom 3 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • piax-common
  • piax-ayame
  • piax-ayame-sim
  • piax-agent
  • piax-gtrans
  • piax-compat
  • piax-gtrans-suzaku
  • piax-gtrans-dtn
  • piax-sample
  • piax-dht
  • piax-shell
  • piax-all

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>

Версии библиотеки

Версия
4.0
3.1.0