Skip to content

Commit

Permalink
Merge pull request #78 from UlfBj/master
Browse files Browse the repository at this point in the history
README update
  • Loading branch information
UlfBj authored Jan 15, 2025
2 parents 677522e + 023589d commit 3d8cdc2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ A tutorial can be found <a href="https://covesa.github.io/vissr/">here</a>.
* 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.
Expand All @@ -40,7 +39,10 @@ A tutorial can be found <a href="https://covesa.github.io/vissr/">here</a>.
* 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).

0 comments on commit 3d8cdc2

Please sign in to comment.