Suzaku Overlay

A PIAX implementation of Suzaku

Лицензия

Лицензия

Группа

Группа

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

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

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

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

4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Suzaku Overlay
A PIAX implementation of Suzaku
Ссылка на сайт

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

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

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

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

Скачать piax-gtrans-suzaku

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.piax : piax-ayame jar 4.0
org.piax : piax-gtrans jar 4.0

test (4)

Идентификатор библиотеки Тип Версия
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
org.slf4j : slf4j-jdk14 jar 1.7.21

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

Данный проект не имеет модулей.

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