Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fixed outdated databroker dependency in someip2val README
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kirchev <Ivan.Kirchev@bosch.com>
  • Loading branch information
int0x27 authored and erikbosch committed Nov 10, 2023
1 parent 368fbfe commit c333f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions someip2val/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ SOME/IP feeder is [COVESA / vsomeip](https://github.com/COVESA/vsomeip/) applica
``` bash
./vscode-conan.sh
```
1. Install and start KUKSA Databroker (version with collector interface supporting `SubscribeActuatorTargets`)
1. Install and start recent KUKSA Databroker:
``` bash
docker run --rm -it -p 55555:55555/tcp ghcr.io/boschglobal/kuksa.val/databroker:0.0.2
docker run --rm -it -p 55555:55555/tcp --name databroker ghcr.io/eclipse/kuksa.val/databroker:master
```

### Building someip2val
Expand Down

0 comments on commit c333f62

Please sign in to comment.