From eafe18e6cd3603b5be5de98f7b1cb727c401c3af Mon Sep 17 00:00:00 2001 From: Ulf Bjorkengren Date: Wed, 15 Jan 2025 11:24:19 +0100 Subject: [PATCH] README updte Signed-off-by: Ulf Bjorkengren --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dae503c..45853f8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ A tutorial can be found here. * File transfer. Upload/download of files is available on Websocket. * Data compression. Request local path compression and Request relative timestamp compression is available on Websocket. * Protobuf encoding is available on Websocket. -* Consent support. The server may connect to an External Consent Framework and together realize consent functionality. * gRPC support. This wa already available on an experimental level in VISSR @v2.0. * JSON scheme used to validate client requests. * Error responses due to JSON scheme errors contain a description generated by the JSON scheme validator. @@ -40,7 +39,10 @@ A tutorial can be found here. * Get/Set/Subscribe/Unsubscribe methods (Subscribe/Unsubscribe not available over HTTP). * Filters supported are Timebased/Change/Range/Curvelog/Paths/Metadata (History currently inactivated). * Access control including RBAC support and policy document usage as per specification. +* Consent support. The server may connect to an External Consent Framework and together realize consent functionality. ### Non-spec features -* HTTP and Websocket can be configured to run with/without TLS. -* gRCP support. +* HTTP, Websocket, and gRPC can be configured to run with/without TLS. +* gRCP is supported also by the v2.0 server implementation. +* SwCs such as feeder and datastore are available to realize a complete tech stack from client to the vehicle "native" domain. +* Tool for realizing a data mapping between the "VSS domain" and the vehicle "native" domain (e.g. between VSS and CAN data).