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

Preparing for archiving #175

Merged
merged 1 commit into from
Mar 22, 2024
Merged
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
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Kuksa Feeders and Providers
![kuksa.val Logo](./doc/img/logo.png)
# THIS REPOSITORY HAS BEEN ARCHIVED, see [issue 174](https://github.com/eclipse/kuksa.val.feeders/issues/174) for details.

*Note: This is a legacy repository. Most providers has been moved to new repositories!*


Name | Description
---- | -----------
[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 **Note: Replay is deprecated and will reach End-of-Life 2024-12-31!**
The Eclipse KUKSA project has reorganized the repositories it uses, and most content of this repository has been moved to new repositories
within the [eclipse-kuksa](https://github.com/eclipse-kuksa) Github organization.

## Providers moved to new repositories

Expand All @@ -19,6 +14,15 @@ Name | Description
* [eCAL Provider](https://github.com/eclipse-kuksa/kuksa-incubation/tree/main/ecal2val)
* [PS4/PS5 - 2021 Formula Provider](https://github.com/eclipse-kuksa/kuksa-incubation/tree/main/fone2val)

# Kuksa Feeders and Providers
![kuksa.val Logo](./doc/img/logo.png)


Name | Description
---- | -----------
[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


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