Skip to content
Snippets Groups Projects

feat/xr_device_driver_service_tool

Merged Ville Hallivuori requested to merge feat/xr_device_driver_service_tool into develop
3 files
+ 198
23
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -146,6 +146,18 @@ arbitrary endpoints in the topology (with consequent underlying XR service insta
PYTHONPATH=../../../../ ./service-cli.py list
PYTHONPATH=../../../../ ./service-cli.py delete 43a8046a-5dec-463d-82f7-7cc3442dbf4f
```
It is also possible to create direct XR services without multi-layer services. E.g.:
```
PYTHONPATH=../../../../ ./service-cli.py create-xr FooService X1-XR-CONSTELLATION "XR HUB 1|XR-T1" "XR LEAF 2|XR-T1"
```
Additionally it is possible to list services and endpoints:
```
PYTHONPATH=../../../../ ./service-cli.py list-endpoints
PYTHONPATH=../../../../ ./service-cli.py delete 43a8046a-5dec-463d-82f7-7cc3442dbf4f
```
The PYTHONPATH is mandatory. Suitable topology JSON must have been loaded before. With the
CocroachDB persistence, it is sufficient to load the topology once and it will persist.
Loading