From 4bab40356b356b7b7b8c48679a84048e38814b45 Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:29:41 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc21824a1..0be82e294 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Eclipse BaSyx Java V2 Server SDK [![Docker Pulls](https://img.shields.io/docker/pulls/eclipsebasyx/aas-server?style=plastic)](https://hub.docker.com/search?q=eclipsebasyx) +# Eclipse BaSyx Java V2 SDK [![Docker Pulls](https://img.shields.io/docker/pulls/eclipsebasyx/aas-server?style=plastic)](https://hub.docker.com/search?q=eclipsebasyx) [![BaSyx Logo](https://www.eclipse.org/basyx/img/basyxlogo.png)](https://www.eclipse.org/basyx/) -In this repository, the BaSyx Java V2 components fully compatible with *Details of the Asset Administration Shell V3* are contained. For each component, a multitude of backends (e.g., InMemory, MongoDB) as well as further features (MQTT, ...) are provided. All components are available on [DockerHub](https://hub.docker.com/search?q=eclipsebasyx) as off-the-shelf components and can be easily configured and extended. Additionally, the server SDK of this repository can be used for implementation of further components. +In this repository, the BaSyx Java V2 components fully compatible with *Details of the Asset Administration Shell V3* are as well as their respective Clients are contained. For each component, a multitude of backends (e.g., InMemory, MongoDB) as well as further features (MQTT, ...) are provided. All components are available on [DockerHub](https://hub.docker.com/search?q=eclipsebasyx) as off-the-shelf components and can be easily configured and extended. Additionally, the server SDK of this repository can be used for implementation of further components. The following off-the-shelf components are available: @@ -13,6 +13,12 @@ The following off-the-shelf components are available: * [Submodel Registry](basyx.submodelregistry) * [AAS Discovery](basyx.aasdiscoveryservice) +In addition, the following Clients are available: +* [AAS Repository Client](basyx.aasrepository/basyx.aasrepository-client) +* [Submodel Repository Client](basyx.submodelrepository/basyx.submodelrepository-client) +* [AAS Service Client](basyx.aasservice/basyx.aasservice-client) +* [Submodel Service Client](basyx.submodelservice/basyx.submodelservice-client) + ## Documentation, Roadmap & Examples In addition to the [general documentation](https://github.com/eclipse-basyx/basyx-java-server-sdk/tree/main/docs), each component has its own specific documentation that can be found in the respective folders. Furthermore, we are providing easy to use [examples](examples) that can be leveraged for setting up your own AAS infrastructure.