Skip to content

Commit

Permalink
Merge pull request #13 from wonsuk73/main
Browse files Browse the repository at this point in the history
Add the intro and sub-sections for protobuf, fix refs and add Wonsuk as Editors
  • Loading branch information
UlfBj authored Jul 2, 2024
2 parents afaada7 + 6f40f29 commit f40985c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 4 deletions.
19 changes: 18 additions & 1 deletion spec/VISSv2.x_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
name: "Ulf Bjorkengren",
company: "Ford Motor Company",
companyURL: "https://www.ford.com",
},
{
name: "이원석(Wonsuk Lee)",
company: "한국전자통신연구원(ETRI)",
url: "mailto:[email protected]",
companyURL: "https://etri.re.kr/eng/main/main.etri",
w3cid: 34457
}],
edDraftURI: "https://github.com/COVESA/vehicle-information-service-specification/blob/gh-pages/spec/VISSv2.x_Core.html",
shortName: "viss2.x-core",
Expand All @@ -30,7 +37,17 @@
href: "https://semver.org/spec/v2.x.0.html",
status: "published",
publisher: "Tom Preston-Werner"
}
},
"viss2-payload-encoding": {
title: "COVESA VISS version 2.x-Payload Encoding",
href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/main/spec/VISSv2.x_PayloadEncoding.html",
publisher: "Ulf Bjorkengren"
},
"viss2-transport-examples": {
title: "COVESA VISS version 2.x-Transport Examples",
href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/main/spec/VISSv2.x_TransportExamples.html",
publisher: "Ulf Bjorkengren"
}
}
};
</script>
Expand Down
35 changes: 33 additions & 2 deletions spec/VISSv2.x_PayloadEncoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@
alt: "COVESA",
height: 50,
id: "covesa-logo",
},],
}],
editors: [{
name: "Ulf Bjorkengren",
company: "Ford Motor Company",
companyURL: "https://www.ford.com",
},
{
name: "이원석(Wonsuk Lee)",
company: "한국전자통신연구원(ETRI)",
url: "mailto:[email protected]",
companyURL: "https://etri.re.kr/eng/main/main.etri",
w3cid: 34457
}],
edDraftURI: "https://github.com/COVESA/vehicle-information-service-specification/blob/gh-pages/spec/VISSv2.x_PayloadEncoding.html",
shortName: "viss2.x-payload-encoding",
Expand All @@ -29,6 +36,11 @@
href: "https://semver.org/spec/v2.x.0.html",
status: "published",
publisher: "Tom Preston-Werner"
},
"viss2-transport-examples": {
title: "COVESA VISS version 2.x-Transport Examples",
href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/main/spec/VISSv2.x_TransportExamples.html",
publisher: "Ulf Bjorkengren"
}
}
};
Expand Down Expand Up @@ -149,8 +161,27 @@ <h2>Transport Payload</h2>

<section id="protobuf-encoding">
<h2>Protobuf encoding</h2>
<p>xxxxxx
<p>Protobuf, short for Protocol Buffers, is a language-neutral, platform-neutral, extensible mechanism for serializing structured data, developed by Google.
This encoding method is particularly beneficial for efficient data serialization and deserialization, ensuring low latency and reduced payload size,
which are crucial for vehicle information services.
</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 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 2.x, providing comprehensive details on schema definitions,
encoding and decoding processes, and practical examples. This will enable seamless implementation and interoperability across different systems and
platforms within the automotive ecosystem.
</p>
<section id="protobuf-Schema-definition">
<h2>Protobuf Schema Definition</h2>
<p>xxxxx<br>
</section>
<section id="encoding-and-decoding-with-protobuf">
<h2>Encoding and Decoding with Protobuf</h2>
<p>xxxxx<br>
</section>

</section>
</section>

Expand Down
14 changes: 13 additions & 1 deletion spec/VISSv2.x_TransportExamples.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
name: "Ulf Bjorkengren",
company: "Ford Motor Company",
companyURL: "https://www.ford.com",
},
{
name: "이원석(Wonsuk Lee)",
company: "한국전자통신연구원(ETRI)",
url: "mailto:[email protected]",
companyURL: "https://etri.re.kr/eng/main/main.etri",
w3cid: 34457
}],
edDraftURI: "https://github.com/COVESA/vehicle-information-service-specification/blob/gh-pages/spec/VISSv2.x_TransportExamples.html",
shortName: "viss2-transport-examples",
Expand All @@ -29,7 +36,12 @@
href: "https://semver.org/spec/v2.x.0.html",
status: "published",
publisher: "Tom Preston-Werner"
}
},
"viss2-payload-encoding": {
title: "COVESA VISS version 2.x-Payload Encoding",
href: "https://raw.githack.com/COVESA/vehicle-information-service-specification/main/spec/VISSv2.x_PayloadEncoding.html",
publisher: "Ulf Bjorkengren"
}
}
};
</script>
Expand Down

0 comments on commit f40985c

Please sign in to comment.