Skip to content

VISSR release 1.0

Latest

Choose a tag to compare

@UlfBj UlfBj released this 02 Feb 08:38
· 8 commits to master since this release
9f59c4f

VISSR v1.0

This release implements the complete feature set of VISSv3.0 with the exception of historic data requests that is temporarily disabled.

This release also implements SwCs that are not explicitly visible in the VISSv3.0 specification but are useful when realizing a functional VISSv3.0 tech stack.
The following SwCs can be used for this:

  • server: implements and exposes the VISSv3.0 interface
  • statestorage: a database south of the server that holds the latest value of the vehicle signals in the tree
  • feeders: An entity responsible for transferring data between the undelying vehicle system and the statestorage/server
  • data conversion tool: a tool that takes the data definitions from the server domain and the vehicle domain respectively and from that generates data conversion instructions used by the feeder.
  • clients: test clients that can be used for testing of the realized tech stack
  • test scripts: bash scripts that handles the building and startup of the tech stack, and then optionally runs a series of client tests

This release also implements some features that are outside the scope of the VISSv3.0 specification.

  • Unix Domain socket support
  • Support for configuring the server and feeders for multiple vehicle signal trees.