diff --git a/README.md b/README.md index 20f9e5bb48d3177e3cd004c9fb1db815c85a38e3..e5480ba86d466e0fd0e5af77810197cbe5224f06 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,16 @@ Admin area for World Storage API Helpers # Objectives -This repository and thes sub repos are dedicated to the development of libraries and modules for the ARF STF 620 project. The main purpose is the creation of C++ and C# libs and then to implement various servers and clients with functions as discribed in the World Storage OpenAPI (see Gitforge). +This repository and all there sub-repos are dedicated to the development of libraries and modules for the ARF STF 620 project. The main purpose of this StF is (a) the creation of C++ and C# libs for the World Storage (as described by the ARF OpenAPI, see Gitforge), (b) the implementation of various servers and clients and finally the validation of the systems with a simple use case application in Unity (c). # Interactions between the sub projects -(diagram!!!) +TODO: overview diagram + +## Generation of librairies (a) + +## Generation of servers/clients (b) + +## Validation application in Unity (c)