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

Removing CSV and SOMEIP Provider #167

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/actions/post-container-location/action.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/kuksa_csv_provider.yml

This file was deleted.

161 changes: 0 additions & 161 deletions .github/workflows/someip2val_build.yml

This file was deleted.

21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Kuksa Feeders
# Kuksa Feeders and Providers
![kuksa.val Logo](./doc/img/logo.png)

This are data feeders for VSS based systems. The feeders here work with [KUKSA.val](https://github.com/eclipse/kuksa.val)
*Note: This is a legacy repository. Most providers has been moved to new repositories!*


Name | Description
---- | -----------
[GPS Provider](https://github.com/eclipse-kuksa/kuksa-gps-provider) | GPS data source for KUKSA.val Server and KUKSA.val Databroker *- NOTE: Moved to new repo!*
[CAN Provider (DBC feeder)](https://github.com/eclipse-kuksa/kuksa-can-provider) | DBC feeder for for KUKSA.val Server and KUKSA.val Databroker *- NOTE: Moved to new repo!*
[SOME/IP feeder](./someip2val) | SOME/IP feeder for KUKSA.val Databroker
[DDS Provider](https://github.com/eclipse-kuksa/kuksa-dds-provider) | DDS provider for KUKSA.val Databroker *- NOTE: Moved to new repo!*
[Replay](./replay) | KUKSA.val Server replay script for previously recorded files, created by providing KUKSA.val Server with `--record` argument
[CSV provider](./csv_provider) | Script to replay VSS signals to KUKSA.val Databroker as defined in a CSV-file
[Replay](./replay) |[KUKSA Server](https://github.com/eclipse/kuksa.val/tree/master/kuksa-val-server) replay script for previously recorded files, created by running KUKSA Server with `--record` argument

## Providers moved to new repositories


* [GPS Provider](https://github.com/eclipse-kuksa/kuksa-gps-provider)
* [CAN Provider (DBC feeder)](https://github.com/eclipse-kuksa/kuksa-can-provider)
* [SOME/IP Provider](https://github.com/eclipse-kuksa/kuksa-someip-provider)
* [DDS Provider](https://github.com/eclipse-kuksa/kuksa-dds-provider)
* [CSV Provider](https://github.com/eclipse-kuksa/kuksa-csv-provider)

## Pre-commit set up
This repository is set up to use [pre-commit](https://pre-commit.com/) hooks.
Expand Down
Loading
Loading