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

Difference between revisions of "BaSyx / Documentation / Components / AAS Server"

m (Replaces code with reference to the snippet)
m
Line 2: Line 2:
 
The AAS server component provides an empty AAS server that can be used to host several AAS and Submodels.
 
The AAS server component provides an empty AAS server that can be used to host several AAS and Submodels.
 
For its API usage see [[BaSyx_/_Documentation_/_API_/_AssetAdministrationShell | Aggregator API]].
 
For its API usage see [[BaSyx_/_Documentation_/_API_/_AssetAdministrationShell | 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 [[BaSyx_/_Documentation_/_Components_/_Registry | Registry Component]] can be used.
+
For a complete deployment of the AAS infrastructure, additionally to this server a registry is needed. For this registry, the [[BaSyx_/_Documentation_/_Components_/_Registry | 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 [https://git.eclipse.org/r/plugins/gitiles/basyx/basyx/+/master/examples/basys.examples/src/test/java/org/eclipse/basyx/examples/snippets/aas/registry/ConnectToAASEndpoints.java snippet] in the repository.
 
For illustration on how to create an AAS on the server provided by the component and how to retrieve it see the [https://git.eclipse.org/r/plugins/gitiles/basyx/basyx/+/master/examples/basys.examples/src/test/java/org/eclipse/basyx/examples/snippets/aas/registry/ConnectToAASEndpoints.java snippet] in the repository.

Revision as of 03:46, 27 April 2020

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. For a complete deployment of the AAS infrastructure, additionally to this server a registry is needed. 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