Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add REST examples for windows demo.
  • Loading branch information
aorzelskiGH authored Nov 1, 2020
1 parent 3446992 commit 492eba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ server variant. For example:
AasxServerWindows.exe --opc --rest -data-path /path/to/aasxs
```

You can see the AAS on the server with: http://localhost:51310/server/listaas.
To show the JSON of the exampleMotor AAS please use: http://localhost:51310/aas/ExampleMotor.
To show submodel "Identification" please use: http://localhost:51310/aas/ExampleMotor/submodels/Identification/complete.

### Options

To obtain help on individual flags and options, supply the argument `--help`:
Expand Down

0 comments on commit 492eba2

Please sign in to comment.