Skip to content

Commit b7e5921

Browse files
authored
Update README.md (#334)
Some minor README.md updates
1 parent 6643281 commit b7e5921

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ These are the currently implemented specifications:
1717
## Features
1818
This repository is structured into separate packages.
1919
The `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.
2121
The `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

0 commit comments

Comments
 (0)