Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and lukasmittag committed Mar 14, 2024
1 parent b4df36b commit 66b5316
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Component | Content | Comment/Status
----------|----------|---------------
[HVAC Service](hvac_service) | Python service example
[Seat Service](seat_service) | C++ service example
[eCAL Provider](ecal2val) | Python provider for [eCAL](https://projects.eclipse.org/projects/automotive.ecal)

## Contribution

Expand Down
7 changes: 6 additions & 1 deletion ecal2val/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# eCAL Feeder
The purpose of this implementation is to input data received via `eCAL` into a `KUKSA.val` databroker. The topics transmitted by eCAL are in the form of protobuf, and based on the VSS description and data outlined in this format, it is possible to provide data to the databroker via kuksa_client.
The purpose of this implementation is to input data received via [eCAL](https://projects.eclipse.org/projects/automotive.ecal) into
[KUKSA Databroker](https://github.com/eclipse/kuksa.val/tree/master/kuksa_databroker).
The topics transmitted by eCAL are in the form of protobuf, and based on the VSS description and data outlined in this format,
it is possible to provide data to the databroker via kuksa_client.



## Usage
1. Install Python requirements for both eCAL and KUKSA.val
Expand Down

0 comments on commit 66b5316

Please sign in to comment.