eclipse-basyx / basyx-dotnet-components

dotnet-components
7 stars 3 forks source link

Loading and registering a type 1 AASX file #1

Closed imcardle closed 2 years ago

imcardle commented 2 years ago

Please can you give an example of how I can load and register a static (type 1) AASX file? I have read the documentation for the Java components and found that it is possible using the AASXPackageManager class - but I could not find an equivalent class in the .net components.

HansG89 commented 2 years ago

Same Question from my side. I just saw, that the AAS Server Docker Image uses the same mechanism. Is there somethin similar in .Net?

HansG89 commented 2 years ago

Found it in the Application Repo

@imcardle here you can see how to load an AASX file in .Net

imcardle commented 2 years ago

Thank you @HansG89 !