|
41 | 41 | href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/v3.1/spec/VISSv3.1_Transport.html", |
42 | 42 | publisher: "Ulf Bjorkengren; Wonsuk Lee" |
43 | 43 | }, |
44 | | - "PAYLOAD ENCODING": { |
| 44 | + "PAYLOAD_ENCODING": { |
45 | 45 | title: "COVESA VISS version 3.1-Payload Encoding", |
46 | 46 | href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/v3.1/spec/VISSv3.1_PayloadEncoding.html", |
47 | 47 | publisher: "Ulf Bjorkengren; Wonsuk Lee", |
|
114 | 114 | <p> |
115 | 115 | The Vehicle Information Service Specification (VISS) is a |
116 | 116 | service for accessing vehicle information, including signals from sensors |
117 | | - on control units within a vehicle's network. This information is exposed through a hierarchical, |
118 | | - tree-like taxonomy as defined in the COVESA <a href="https://github.com/COVESA/hierarchical_information_model">Hierarchical Information Model</a> (HIM), |
119 | | - and is provided in JSON format. The VISS service may be hosted within the vehicle or on external servers, |
| 117 | + on control units within a vehicle's network. This information is exposed through a hierarchical, |
| 118 | + tree-like taxonomy as defined in the COVESA <a href="https://github.com/COVESA/hierarchical_information_model">Hierarchical Information Model</a> (HIM), |
| 119 | + and is provided in JSON format. The VISS service may be hosted within the vehicle or on external servers, |
120 | 120 | using data that has already been off-boarded. |
121 | 121 | </p> |
122 | 122 | <p> |
123 | | - VISS enables a broad range of use cases, including predictive maintenance, usage-based insurance, fleet management, |
| 123 | + VISS enables a broad range of use cases, including predictive maintenance, usage-based insurance, fleet management, |
124 | 124 | and real-time driver assistance services. |
125 | | - In the context of artificial intelligence, VISS serves as a critical data access layer, providing high-quality, |
126 | | - real-time vehicle data that can be utilized by AI algorithms for tasks such as anomaly detection, |
| 125 | + In the context of artificial intelligence, VISS serves as a critical data access layer, providing high-quality, |
| 126 | + real-time vehicle data that can be utilized by AI algorithms for tasks such as anomaly detection, |
127 | 127 | driver behavior analysis, energy optimization, and contextual decision-making. |
128 | 128 | </p> |
129 | 129 | <p> |
|
140 | 140 | Instead of referencing to the VSS rule set for how to define the content of a tree it refers to the HIM data profile rule set. |
141 | 141 | This enables also other trees than the VSS tree to be used, a server may manage a set of trees, a forest, that a client can access. |
142 | 142 | Other changes are minor adaptations to support the concept of having a forest of trees, such as adding support for a client to do a forest inquiry. |
143 | | - </p> |
| 143 | + </p> |
144 | 144 | <p> |
145 | | - There are three parts to this specification, [[CORE]], [[TRANSPORT]], and PAYLOAD ENCODING. This document, the VISS version 3.1 PAYLOAD ENCODING specification, |
146 | | - describes the VISSv3.1 payload encodings that is used in some cases. |
147 | | - The companion specifications [[CORE]] describes the messaging layer, |
148 | | - and [[TRANSPORT]] describes the deviations form the CORE specification that are used by some transport protocols. |
| 145 | + There are three parts to this specification, [[CORE]], [[TRANSPORT]], and [[PAYLOAD_ENCODING]]. |
| 146 | + The [[CORE]] document describes the messaging layer, |
| 147 | + the [[TRANSPORT]] document describes the deviations form the CORE specification that are used by some transport protocols, |
| 148 | + and the [[PAYLOAD_ENCODING]] document describes payload encodings that are supported. |
| 149 | + |
| 150 | + This document, the VISS Implementation Guideline version 1.0 |
| 151 | + provides recommendations on how to implement certain features to ensure implementation interoperability. |
149 | 152 | </p> |
150 | 153 | </section> |
151 | 154 |
|
@@ -182,6 +185,5 @@ <h2>CAN Bus Specific Error Reporting</h2> |
182 | 185 | </p> |
183 | 186 | </section> |
184 | 187 |
|
185 | | - |
186 | 188 | </body> |
187 | 189 | </html> |
0 commit comments