Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This is a draft outline with placeholder texts to serve as a starting point container for a project deliverable.


Introduction

  • Introduction to the Cloud & Connected Services GENIVI project
  • Charter summary
  • Scope
  • Deliverables

Analysed specifications

  • Listing the open source projects that are analysed in this document:
    • Vehicle Signal Specification (VSS)
    • SensorIS
    • Extended Vehicle (ExVe) ISO standard
    • (Connected Vehicle Information Model (CVIM) from AutoMat) - need to decide how to present this based on the project state
    • Android Auto vehicle interface  (should there be a Jira task to survey this project separately first?)
    • Any other IOT projects?
  • Listing of projects that were examined but not included in the GAP analysis - together with the reasons: (we need to decide how to handle these two projects, this is just a suggestion)
    • Connected Vehicle Information Model (CVIM) from AutoMat?
    • Connected Car Consortium

Analysis criteria

  • What parts of the projects were analysed and to what extent?
    • Motivation & problem space
      • Scope
      • Licenses
      • Applicable to different domains
    • Data model & data characteristics
      • Encoding
      • Technologies
    • Contents
      • Specification
      • Tooling
      • Source code structure
    • Stakeholders
      • Current status
      • Roadmap
    • Metadata & policies (Unknown User (benjamin_klotz) , Benjamin has a special interest for metadata & policies of all existing projects)

GAP analysis

following above list of analysis criteria

Motivation & problem space

Vehicle Signal Specification (Gunnar Andersson )

Please see draft in this document.

SensorIS (Unknown User (gururaja.n) )

Overview

Sensor Interface Specification Innovation Platform, SENSORIS, is an open group of significant actors from the global vehicle industry, map and data providers, sensors manufacturers and telecom operators who joined forces, under the form of this Innovation Platform, driven by the common vision and belief that, defining an appropriate interface for exchanging information between the in-vehicle sensors and a dedicated cloud as well as between clouds

  • enable broad access, delivery and processing of vehicle sensor data
  • enable easy exchange of vehicle sensor data between all players
  • enable enriched location based services
  • drive global growth in this field

Scope

Scope is to deliver and maintain technical specifications defining the format and content of sensor and campaign data:

  In Scope
  • vehicle-to-cloud data upload format (vehicle-based data only)
  • cloud-to-cloud data exchange format (vehicle-based data and other data needed for mobility services)
  • cloud-to-vehicle ‘campaign’ request format (request for specific data at specific locations and times only)
  • conformance to data authorization/authentication process
  • conformance to data privacy regulations
  • conformance to approved security regulation
  Out of scope

  SENSORIS will not:

  • define infrastructure or architecture
  • establish commercial agreement frameworks for data exchange
  • define data exchange for v2v, v2i, i2v (cooperative data) exchange
  • define cloud-to-vehicle services

Licenses

SENSORIS specifications will be handled through a dual license model. Every release will be first released internally to the members of SENSORIS under a SENSORIS license. As SENSORIS is committed to be open to the public, all schemas and documentation will be published after a 12 month retention period to the public under the Creative Commons Attribution-NoDerivatives 4.0 International license. Please review the referred license for the exact description of the rights and obligations related to the use of the SENSORIS schemas and documentation.

...

This program and the accompanying materials are made available under the terms of the Creative Commons Attribution-NoDerivatives 4.0 International license which accompanies this distribution, and is available at https://creativecommons.org/licenses/by-nd/4.0/legalcode.

Extended Vehicle (ExVe) ISO standard Unknown User (kevinval)

The were three main factors to introduce the ExVe ISO standard:

...

Apart from data retrieval the standard also provides requirements and methods for handling modification to the vehicle state through functions.

Licenses

The documentation is provided by the ISO standardisation under a commercial license. The license can be obtained from www.iso.org for the following documents:

  • ISO 20078-1 Road Vehicles – Extended Vehicle (ExVe) web services – Part 1: Content
  • ISO 20078-2 Road Vehicles – Extended Vehicle (ExVe) web services – Part 2: Access
  • ISO 20078-3 Road Vehicles – Extended Vehicle (ExVe) web services – Part 3: Security
  • ISO/TR 20078-4 Road Vehicles – Extended Vehicle (ExVe) web services – Part 4: Control

CVIM (Unknown User (benjamin_klotz) )

Please see draft in this document.

Table comparison (if applicable)

TBA.

Data model & data characteristics

Vehicle Signal Specification (Gunnar Andersson )

Content outline:

  • Need for shared data (model) description
  • Tree hierarchy equivalence
  • VSS specification structure and content
  • Terms/nomenclature/definitions ("what is a data model, specification, ..." - reusing Daniel's infographic)
  • Beyond: Deeper analysis of data characteristics - data ontologies
  • (Open) Licensing
    • Common data model - can companies agree?
    • ...plus proprietary and function-specific extensions (still with common format and tooling)
  • Car-network focus vs. generic usage
  • VSS principle can be applied in network - ECU-internal, intra-ECU, and cloud connected services
  • W3C protocol definition and usage of VSS
  • Potential for VSS use in CCS.

...

For SENSORIS version 3 of the Google Protocolbuf library is used which adds a streamlined approach for proprietary extensions. The communication from a vehicle of a vehicle fleet to its vehicle cloud is used as example, On the vehicle the obtained sensor data is filled into the C++ data access classes. The class instances are then serialized into a byte array by the also auto-generated C++ encoder. The serialized data is transferred over-the-air to the vehicle cloud. There the auto-generated Java decoder deserializes the byte array into Java class instances having the same schema and sensor data as the C++ class instances on the vehicle. The protobuf Any5 message type fulfills the requirement for proprietary extensions.


Extended Vehicle (ExVe) ISO standard  Unknown User (kevinval)

The ExVe ISO standard does not introduce a data model. In this aspect any data model analysed in this document would fit as a data model in the implementation of a ExVe compatible web service. No ExVe compatible interface that has been introduced to the market today uses any standardized data model.

The standard does however define requirements on the web service interface that is provided to 3rd parties. It has to be RESTful and use the JSON or XML schema. Furthermore the standard includes requirements on several aspects: URI definition, error handling, naming and interaction patterns. All of these are aimed to make the implementation for 3rd parties similar no matter what OEM web service is being consumed.

CVIM (Unknown User (benjamin_klotz) )

TBA.

Table comparison (if applicable)

TBA.

Contents

Vehicle Signal Specification (Gunnar Andersson )

Please see draft in this document.

SensorIS (Unknown User (gururaja.n) )

TBA.

Extended Vehicle (ExVe) ISO standard Unknown User (kevinval)

The contents consist purely of specification documents. These include detailed descriptions along with visual diagrams and logical workflow diagrams of how a ExVe web service should be defined. This also covers the system design on an architectural level, meaning how certain logic should be decoupled in different components to ensure a secure implementation of the authorisation process, resources and data access.

CVIM (Unknown User (benjamin_klotz) )

TBA.


Table comparison (if applicable)

TBA.

Stakeholders

Vehicle Signal Specification (Gunnar Andersson )

TBA.

SensorIS (Unknown User (gururaja.n) )

TBA.

Extended Vehicle (ExVe) ISO standard Unknown User (kevinval)

There is good support for the ExVe standard which is demonstrated by market launch of ExVe compatible web services by several European OEMs already. European OEMs agreed to adopt the ExVe concept in 2016 which was followed by the finalisation and publication of the ISO standard in Q1, 2019.

Table comparison (if applicable)

TBA.

Metadata & policies

Vehicle Signal Specification (Gunnar Andersson )

TBA.

SensorIS (Unknown User (gururaja.n) )

TBA.

Extended Vehicle (ExVe) ISO standard Unknown User (kevinval)

TBA.

CVIM (Unknown User (benjamin_klotz) )

TBA.

Table comparison (if applicable) (Unknown User (benjamin_klotz) To Be Confirmed)

TBA.

Conclusions

TBA.

References

TBA.

Project Team

TBA.