Skip to content

Commit

Permalink
Merge pull request #20 from UlfBj/exampledoc
Browse files Browse the repository at this point in the history
Transport examples document updates.
  • Loading branch information
UlfBj authored Sep 5, 2024
2 parents 8109e66 + cce6776 commit cda79e7
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 858 deletions.
1 change: 0 additions & 1 deletion spec/VISSv3.0_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
The VISSv3.0 payload encoding document describes paylod encoding designs that may be applied e. g. for payloads in transit.<br>
</p>
</section>
<section id='sotd'></section>

<section id="introduction">
<h2>Introduction</h2>
Expand Down
3 changes: 1 addition & 2 deletions spec/VISSv3.0_PayloadEncoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
and [[viss3-transport-examples]] describes the deviations form the CORE specification that are used by some transport protocols.
</p>
</section>
<section id='sotd'></section>

<section id="introduction">
<h2>Introduction</h2>
Expand Down Expand Up @@ -167,7 +166,7 @@ <h2>Protobuf encoding</h2>
</p>
<p>The Vehicle Information Service Specification (VISS) defines a protocol for accessing vehicle data in a standardized manner.
As vehicles become more connected and data-driven, the need for efficient data exchange methods becomes paramount.
Protobuf encoding serves as an efficient solution within VISS due to its compact binary format and schema evolution capabilities.
Protobuf encoding serves as an optimal solution within VISS due to its compact binary format and schema evolution capabilities.
</p>
<p>In this chapter, we outline the integration of Protobuf encoding with VISS version 3.0, providing comprehensive details on schema definitions,
encoding and decoding processes, and practical examples. This will enable seamless implementation and interoperability across different systems and
Expand Down
Loading

0 comments on commit cda79e7

Please sign in to comment.