-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from wonsuk73/main
Add the intro and sub-sections for protobuf, fix refs and add Wonsuk as Editors
- Loading branch information
Showing
3 changed files
with
64 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} | ||
}; | ||
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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> | ||
|