From db881ef88b008258b8f043159693ea9cbee98046 Mon Sep 17 00:00:00 2001 From: Wonsuk Lee Date: Wed, 15 Jan 2025 08:15:40 +0900 Subject: [PATCH 1/2] Fixed Protobuf schema file loading issue Signed-off-by: Wonsuk Lee --- spec/VISSv3.0_PayloadEncoding.html | 2 +- spec/resources/{vissv3.0.proto => vissv3.0.proto.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spec/resources/{vissv3.0.proto => vissv3.0.proto.txt} (100%) diff --git a/spec/VISSv3.0_PayloadEncoding.html b/spec/VISSv3.0_PayloadEncoding.html index 055a77e..e332712 100644 --- a/spec/VISSv3.0_PayloadEncoding.html +++ b/spec/VISSv3.0_PayloadEncoding.html @@ -186,7 +186,7 @@

Protobuf Schema Definition


-                
+                
               
Protobuf schema file for VISS version 3.0
diff --git a/spec/resources/vissv3.0.proto b/spec/resources/vissv3.0.proto.txt similarity index 100% rename from spec/resources/vissv3.0.proto rename to spec/resources/vissv3.0.proto.txt From 81add19d74b9443687df735838b20e5f4cb98bac Mon Sep 17 00:00:00 2001 From: Wonsuk Lee Date: Wed, 15 Jan 2025 15:52:10 +0900 Subject: [PATCH 2/2] Updated texts for adding Adaptive Autosar R24-11 release Signed-off-by: Wonsuk Lee --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 60f0159..5366e83 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,15 @@ To see the most recent HTML rendered version of the specifications from this rep The VISS official publication - [Release of VISS version 2.0 (09 April 2024)](https://github.com/COVESA/vehicle-information-service-specification/releases/tag/v2.0) +The Adaptive AUTOSAR R24-11 official publication + +[AUTOSAR](https://www.autosar.org/) released the [Adaptive AUTOSAR R24-11](https://www.autosar.org/search?tx_solr%5Bfilter%5D%5B1%5D=platform%3AAP&tx_solr%5Bfilter%5D%5B2%5D=category%3AR24-11&tx_solr%5Bq%5D=) including Automotive API Gateway specification at the end of December 2024. Automotive API Gateway specification is developed based on the [COVESA VISS v2-Core](https://github.com/COVESA/vehicle-information-service-specification/releases/tag/v2.0) and [COVESA VISS v2-Transport](https://github.com/COVESA/vehicle-information-service-specification/releases/tag/v2.0) specifications. The related standards and technical documents are as follows: +- [Explanation of Automotive API](https://www.autosar.org/fileadmin/standards/R24-11/AP/AUTOSAR_AP_EXP_AutomotiveAPI.pdf) +- [Requirements on Automotive API Gateway](https://www.autosar.org/fileadmin/standards/R24-11/AP/AUTOSAR_AP_RS_AutomotiveAPIGateway.pdf) +- [Specification of Automotive API Gateway](https://www.autosar.org/fileadmin/standards/R24-11/AP/AUTOSAR_AP_SWS_AutomotiveAPIGateway.pdf) +- [Technical Report on VSS Representation](https://www.autosar.org/fileadmin/standards/R24-11/AP/AUTOSAR_AP_TR_VSSRepresentation.pdf) +- [Adaptive Platform Release Overview](https://www.autosar.org/fileadmin/standards/R24-11/AP/AUTOSAR_AP_TR_ReleaseOverview.pdf) + The [VISS explainer](./VISS-explainer.md) gives some background and rationale to this interface. ## Reference Implementation