File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,18 @@ These are the currently implemented specifications:
1717## Features
1818This repository is structured into separate packages.
1919The ` sdk ` directory provides the AAS metamodel as Python objects and fundamental functionalities to handle AAS.
20- The ` server ` is to be determined .
20+ The ` server ` implements a specification-compliant Docker HTTP server for AASs .
2121The ` compliance_tool ` is to be determined.
2222
23- * SDK
23+ * [ SDK] ( ./sdk/README.md ) :
2424 * Modelling of AASs as Python objects
25- * ** except for** : * HasDataSpecification*
2625 * Reading and writing of AASX package files
2726 * (De-)serialization of AAS objects into/from JSON and XML
2827 * Storing of AAS objects in CouchDB, Backend infrastructure for easy expansion
2928 * Compliance checking of AAS XML and JSON files
30- * Server (tbd)
29+ * [ Server] ( ./server/README.md ) : Docker Image of a specification compliant HTTP Server implementing the interfaces:
30+ * Asset Administration Shell Repository
31+ * Submodel Repository
3132* Compliance Tool (tbd)
3233
3334## License
You can’t perform that action at this time.
0 commit comments