extend device simulator of create DDI and DMF devices and a Vaadin UI
for manage them. Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -20,6 +20,25 @@ The simulator has user authentication enabled by default. Default credentials:
|
||||
This can be configured/disabled by spring boot properties
|
||||
|
||||
## Usage
|
||||
|
||||
### Graphical User Interface
|
||||
The device simulator comes with a graphical user interface which makes it very easy to generate dummy devices handled by the device simulator.
|
||||
The status and the update progress of the simulated device are shown in the UI.
|
||||
The UI can be accessed via the URL:
|
||||
```
|
||||
http://localhost:8083
|
||||
```
|
||||
|
||||
`Basic Authentication Credentials are admin / admin`
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
### REST API
|
||||
The device simulator exposes an REST-API which can be used to trigger device creation.
|
||||
|
||||
Optional parameters:
|
||||
|
||||
Reference in New Issue
Block a user