diff --git a/README.md b/README.md index dae503c4..45853f8c 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).