Git Product home page Git Product logo

basyx-java-server-sdk's Introduction

Eclipse BaSyx Java V2 SDK Docker Pulls

BaSyx Logo

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 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.

Server SDK

The following off-the-shelf components are available:

In addition, a blueprint for a Type 2/ Type 3 standalone submodel is provided:

Client SDK

In addition, the following Clients are available:

Documentation, Roadmap & Examples

In addition to the general documentation, each component has its own specific documentation that can be found in the respective folders. Additionally, we provide a general documentation on readthedocs. Furthermore, we are providing easy to use examples that can be leveraged for setting up your own AAS infrastructure. The future roadmap of BaSyx is described here.

Snapshot Releases

We're distributing our SNAPSHOT releases via DockerHub and Maven Central. For using the snapshots from Maven Central, add the following part to your project's POM:

<repository>
	<id>sonatype.snapshots</id>
	<name>Sonatype Snapshot Repository</name>
	<url>https://oss.sonatype.org/content/repositories/snapshots</url>
	<releases>
		<enabled>false</enabled>
	</releases>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
</repository>

Getting Involved & Contributing

If you would like to get involved with the BaSyx Community, the BaSyx Open Hour (every first Friday of the month) is an excellent starting point.

We encourage you to contribute to BaSyx! Please check out the Contributing to BaSyx guide for guidelines about how to proceed.

Trying to report a possible security vulnerability in BaSyx? Please check out our security policy for guidelines about how to proceed.

Everyone interacting in BaSyx and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the BaSyx code of conduct.

License

BaSyx is released under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.