Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

BaSyx / Documentation / Components / AAS Server

< BaSyx ‎ | Documentation ‎ | Components
Revision as of 03:45, 27 April 2020 by Unnamed Poltroon (Talk) (Replaces code with reference to the snippet)

AAS Server Component

The AAS server component provides an empty AAS server that can be used to host several AAS and Submodels. For its API usage see Aggregator API. In the following, a small code snippet shows its usage when it is already deployed. It assumes that somewhere a registry is already running. For this registry, the Registry Component can be used.

For illustration on how to create an AAS on the server provided by the component and how to retrieve it see the snippet in the repository.

Back to the top