Skip to content

Commit

Permalink
README.md: Change GENIVI to COVESA
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
  • Loading branch information
SebastianSchildt authored and danielwilms committed Nov 2, 2021
1 parent 5fa4a6f commit 9664c00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@


[![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](https://opensource.org/licenses/MPL-2.0)
[![Build Status](https://github.com/GENIVI/vehicle_signal_specification/actions/workflows/buildcheck.yml/badge.svg)](https://github.com/GENIVI/vehicle_signal_specification/actions/workflows/buildcheck.yml?query=branch%3Amaster)
[![Build Status](https://github.com/COVESA/vehicle_signal_specification/actions/workflows/buildcheck.yml/badge.svg)](https://github.com/COVESA/vehicle_signal_specification/actions/workflows/buildcheck.yml?query=branch%3Amaster)

The overall goal of the Vehicle Signal Specification (VSS) is to create a common understanding of vehicle signals in order to reach a “common language” independent of the protocol or serialisation format.

Please find the official documentation at: [Vehicle Signal Specification](https://genivi.github.io/vehicle_signal_specification/)
Please find the official documentation at: [Vehicle Signal Specification](https://covesa.github.io/vehicle_signal_specification/)

## Getting started

### Using VSS
To use a specific version of VSS in your toolchain, head over to our [releases page](https://genivi.github.io/vehicle_signal_specification/releases/).
To use a specific version of VSS in your toolchain, head over to our [releases page](https://github.com/COVESA/vehicle_signal_specification/releases/).


**Latest release:** [2.1](https://github.com/GENIVI/vehicle_signal_specification/releases/tag/v2.1)
**Latest release:** [2.1](https://github.com/COVESA/vehicle_signal_specification/releases/tag/v2.1)

### Discuss all things VSS, "meet" the community
The community has regular calls to discuss topics around VSS. This includes specific tickets in this repository as well as the broader direction in which VSS is evolving. You can find current call coordinates and dates in [our wiki](https://github.com/GENIVI/vehicle_signal_specification/wiki/Weekly-meeting#meeting).
The community has regular calls to discuss topics around VSS. This includes specific tickets in this repository as well as the broader direction in which VSS is evolving. You can find current call coordinates and dates in [our wiki](https://github.com/COVESA/vehicle_signal_specification/wiki/Weekly-meeting#meeting).


### Contribute to VSS
Work towards version 2.2 is continuously ongoing in the [master branch](https://github.com/GENIVI/vehicle_signal_specification/tree/master)
Work towards version 2.2 is continuously ongoing in the [master branch](https://github.com/COVESA/vehicle_signal_specification/tree/master)

To work with the specification directly, you need to clone this repository.

This repository uses git submodules. Please make sure you clone recursively,

```
git clone --recurse-submodules https://github.com/GENIVI/vehicle_signal_specification
git clone --recurse-submodules https://github.com/COVESA/vehicle_signal_specification
```


Alternatively, just init and update the submodules after the initial cloning:

```
git clone https://github.com/GENIVI/vehicle_signal_specification
git clone https://github.com/COVESA/vehicle_signal_specification
git submodule update --init
```

Expand Down

0 comments on commit 9664c00

Please sign in to comment.