eclipse / kuksa.val.services

Repository for Vehicle Service Related implementations for Eclipse SDV
Apache License 2.0
15 stars 18 forks source link

GUI for mock service #87

Closed lukasmittag closed 4 months ago

lukasmittag commented 11 months ago

What it has:

SebastianSchildt commented 10 months ago

Needs some rebasing @lukasmittag

erikbosch commented 5 months ago

I did some sanity testing. I had Databroker running and started GUI service. I then could observe:

If the behavior I experienced is intended then I have no objection merging, but to simplify for new users I think an example/tutorial with some screenshots would be useful to have in the future

erik@debian4:~/kuksa.val.services/mock_service$ !2024
python showcase_gui/GUI.py
Mock started ...

image

lukasmittag commented 5 months ago

At least this point

But if I also set value by kuksa-client then that value will not be updated in GUI, so it seems GUI does not subscribe to updates which maybe is not intended

should work that it updates it too. Will take a look again. Adding some screenshots would be definitely good.