Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 5.03 KB

README.md

File metadata and controls

86 lines (62 loc) · 5.03 KB

Welcome to the Eclipse BaSyx community!


BaSyx logo

Eclipse BaSyx is the world's most versatile, extensible, and feature-packed open-source software
for working with Asset Administration Shells


Table of Contents


Getting Started

Important

A great starting point for everything BaSyx is BaSyx.org.
There, you’ll find our official documentation, additional resources, and a handy Starter Kit for downloading your tailored BaSyx setup.


Repository Overview

Eclipse BaSyx hosts a multitude SDKs, components and applications. These include:

Eclipse BaSyx Java

BaSyx Java V2 is fully compliant with Specification of the Asset Administration Shell Version 3. Its SDK, off-the-shelf components, documentation and examples are contained in basyx-java-server-sdk.

For its documentation, see BaSyx Wiki.

Eclipse BaSyx Python

The BaSyx-Python-SDK is an implementation of the specification of the Asset Administration Shell in Python 3. It comes with JSON, XML and AASX adapters, a compliance tool, backend infrastructure and extensive documentation

Eclipse BaSyx TypeScript

The BaSyx-TypeScript-SDK provides client functionalities fully compliant with the Asset Administration Shell Version 3. It is intended to be used to develop web applications using Typescript. In addition, it also provides useful utility functions for working with AAS data.

Eclipse BaSyx .Net

BaSyx .Net is hosted in basyx-dotnet.

Eclipse BaSyx Rust

BaSyx Rust SDK is hosted in basyx-rust-sdk. The SDK can be consumed via crates.io. Starting from crate version 0.2.x, it is fully compliant with the Specification of the Asset Administration Shell (Part 1: Metamodel) Version 3.

Eclipse BaSyx AAS Web UI

Visualize and interact with AAS in a user friendly way. The AAS Web UI allows easy management of AAS, Submodels and ConceptDescriptions while using the BaSyx off-the-shelf components. The source code is hosted in basyx-aas-web-ui.

For its documentation, see BaSyx Wiki.

Eclipse BaSyx DataBridge

Integrating existing assets with AAS has never been easier. Leverage the powerful DataBridge provided in basyx-databridge for achieving quick integration without any programming expertise needed.

Eclipse BaSyx Applications

BaSyx provides versatile applications, e.g., for database connections or OPC UA integration on-the-fly. The code for them is hosted in basyx-applications.


Metamodel V2.0.1 SDKs (Deprecated)

Warning

Don't use those deprecated SDKs when starting a new project with BaSyx.
If you need support migrating to the new Version, plese send a mail to [email protected]

Additionally to the SDKs supporting Version 3 of the API and metamodel, BaSyx provides SDKs for metamodel V2.0.1. However, since this version of the metamodel is deprecated, we strongly recommend using the SDKs listed above.

Eclipse BaSyx Java V1

BaSyx Java V1 is fully compliant with Details of the AAS Part 1 V2.0.1 and defines its own API. The SDK Is contained in basyx-java-sdk, its off-the-shelf components are provided in basyx-java-components. For its documentation, see BaSyx Wiki as well as basyx-java-examples.

Eclipse BaSyx C++

BaSyx C++ SDK is hosted in basyx-cpp-sdk.