Skip to content

Commit

Permalink
Update README.md (#334)
Browse files Browse the repository at this point in the history
Some minor README.md updates
  • Loading branch information
s-heppner authored Nov 17, 2024
1 parent 6643281 commit b7e5921
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ These are the currently implemented specifications:
## Features
This repository is structured into separate packages.
The `sdk` directory provides the AAS metamodel as Python objects and fundamental functionalities to handle AAS.
The `server` is to be determined.
The `server` implements a specification-compliant Docker HTTP server for AASs.
The `compliance_tool` is to be determined.

* SDK
* [SDK](./sdk/README.md):
* Modelling of AASs as Python objects
* **except for**: *HasDataSpecification*
* Reading and writing of AASX package files
* (De-)serialization of AAS objects into/from JSON and XML
* Storing of AAS objects in CouchDB, Backend infrastructure for easy expansion
* Compliance checking of AAS XML and JSON files
* Server (tbd)
* [Server](./server/README.md): Docker Image of a specification compliant HTTP Server implementing the interfaces:
* Asset Administration Shell Repository
* Submodel Repository
* Compliance Tool (tbd)

## License
Expand Down

0 comments on commit b7e5921

Please sign in to comment.