Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercedes-benz/vehicle-information-service
This is an implementation of the W3C Vehicle Information Service standard.
https://github.com/mercedes-benz/vehicle-information-service
car
Last synced: 6 days ago
JSON representation
This is an implementation of the W3C Vehicle Information Service standard.
- Host: GitHub
- URL: https://github.com/mercedes-benz/vehicle-information-service
- Owner: mercedes-benz
- License: mit
- Created: 2019-04-12T12:07:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T07:45:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T20:00:34.145Z (over 1 year ago)
- Topics: car
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 36
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vehicle Information Service
[![CI](https://github.com/Daimler/vehicle-information-service/workflows/CI/badge.svg)](https://github.com/Daimler/vehicle-information-service)
This is an implementation of the [Vehicle Information Service standard](https://w3c.github.io/automotive/vehicle_data/vehicle_information_service.html).
# NOTICE
Before you use the program in productive use, please take all necessary precautions,
e.g. testing and verifying the program with regard to your specific use.
The program was tested solely for our own use cases, which might differ from yours.# Code of Conduct
Please read our [Code of Conduct](https://github.com/Daimler/daimler-foss/blob/master/CODE_OF_CONDUCT.md) as it is our base for interaction.
# Provider Information
Please visit for information on the provider.
# License Checks
This project uses [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) for checking the licenses of dependencies. To run the check locally run the following:
```
cargo install cargo-deny
cargo deny check
```