diff --git a/README.md b/README.md index 79b4c12..ae1340c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ecal2val/README.md b/ecal2val/README.md index b83777a..f386934 100644 --- a/ecal2val/README.md +++ b/ecal2val/README.md @@ -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