AetherNet

Aether-Net: Monitoring for Aeron

License

License

Categories

Categories

Net
GroupId

GroupId

com.aitusoftware
ArtifactId

ArtifactId

aether-net
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

AetherNet
Aether-Net: Monitoring for Aeron
Project URL

Project URL

https://github.com/aitusoftware/aether-net
Source Code Management

Source Code Management

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

Download aether-net

How to add to project

<!-- 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"]

Dependencies

test (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3.0
0.2.1
0.2.0
0.1.0