AetherNet

Aether-Net: Monitoring for Aeron

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

com.aitusoftware
Идентификатор

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

aether-net
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

AetherNet
Aether-Net: Monitoring for Aeron
Ссылка на сайт

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

https://github.com/aitusoftware/aether-net
Система контроля версий

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

https://github.com/aitusoftware/aether-net.git

Скачать aether-net

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

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
com.google.truth : truth jar 0.42
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

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

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

Aether-Net

A front-end for Aether.

Usage

Start an Aether Collector using the following configuration file:

aether-collector.properties

aether.monitoringLocations=client:/path/to/client/media-driver;server:/path/to/server/media-driver
aether.transport=AERON
aether.mode=PUBLISHER
aeron.dir=/path/to/aether-publisher-media-driver
aether.transport.channel=aeron:udp?endpoint=localhost:18996

Start the collector

$ java -cp /path/to/aether-net-all.jar \
    com.aitusoftware.aether.Aether /path/to/aether-collector.properties

then create a server configuration file:

aether-net.properties

aether.transport=AERON
aether.mode=SUBSCRIBER
# Describe the endpoint to receive data on
# this should match the value supplied to the Aether collector
aether.transport.channel=aeron:udp?endpoint=localhost:18996
aether.net.http.port=8080

Start the server

$ java -cp /path/to/aether-net-all.jar \
    com.aitusoftware.aether.net.Server /path/to/aether-net.properties

GUI

The server will listen on the specified port (default 8080), stream data can be viewed at http://localhost:8080/web.

Aether Net front-end

For local development

If all Aeron instances are available on the local machine (i.e. during application development), Aether-Net can be launched in local mode:

$ java -cp /path/to/aether-net-all.jar \
    -Daether.monitoringLocations=A:/path/to/A/media-driver;B:/path/to/B/media-driver \
    -Daether.net.mode=LOCAL \
    com.aitusoftware.aether.net.Server
com.aitusoftware

Aitu Software

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

Версия
0.3.0
0.2.1
0.2.0
0.1.0