From e1d89bcd960e51c6a6cf787cb30c03102b68cf7f Mon Sep 17 00:00:00 2001 From: UlfBj <38344769+UlfBj@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:57:59 +0000 Subject: [PATCH] Auto-deploy docs built from commit c4cb11e2e7e22321ed9717d37c4783cf5d749754 --- 404.html | 16 +- build-system/index.html | 134 ++++- categories/index.html | 134 ++++- client/index.html | 245 +++++++- datastore/index.html | 165 +++++- feeder/index.html | 163 ++++- images/VISSv2-tech-stack.jpg | Bin 0 -> 45409 bytes images/feeder-sw-design-v1.jpg | Bin 0 -> 36697 bytes images/feeder-sw-design-v2.jpg | Bin 0 -> 41811 bytes index.html | 135 ++++- index.json | 30 +- peripheral-components/index.html | 726 +++++++++++++++++++++++ peripheral-components/index.xml | 10 + pocs/index.html | 144 ++++- pocs/poc1/index.html | 204 ++++++- pocs/poc1/index.xml | 4 +- pocs/poc2/index.html | 708 ++++++++++++++++++++++ pocs/poc2/index.xml | 10 + server/access-control-servers/index.html | 161 ++++- server/index.html | 213 ++++++- sitemap.xml | 4 + tags/index.html | 134 ++++- 22 files changed, 3017 insertions(+), 323 deletions(-) create mode 100644 images/VISSv2-tech-stack.jpg create mode 100644 images/feeder-sw-design-v1.jpg create mode 100644 images/feeder-sw-design-v2.jpg create mode 100644 peripheral-components/index.html create mode 100644 peripheral-components/index.xml create mode 100644 pocs/poc2/index.html create mode 100644 pocs/poc2/index.xml diff --git a/404.html b/404.html index a4fabfb8..999c2370 100644 --- a/404.html +++ b/404.html @@ -9,15 +9,15 @@ 404 Page not found - - - - - - - + + + + + + + - + + + + + + + + + +
+
+
+ +
+
+ + + + + + + + + + + + + +
+
+ +
+ +
+ +
+ +

+ + VISSv2 peripheral components +

+ + + + + + +

A few other software components that can be useful when setting up a VISSv2 communication tech stack exists:

+
    +
  • Open Vehicle Data Set, a relational database with a table configuration that enables it to store time series of VSS data from multiple vehicles.
  • +
  • A “live simulator” that can read vehicle trip data stored in an OVDS database , and replay it so that it appears as live data from the recorded trip.
  • +
+

Open Vehicle Data Set (OVDS)

+

The code to realize an OVDS database is found here. +The database is realized using SQLite, so it is possible to use the SQLite API to read and write from it.

+

However, an OVDS server is available that exposes a small set of methods for this, over HTTP. +For more details, please check the README on the link.

+

There is as well an OVDS client +available that connects to a VISSv2 server to fetch data that it then writes into the OVDS using the OVDS server interface.

+

Live simulator

+

The live simulator reads data from an OVDS containing recorded trip data, +and then writes it into a state storage timed by the data time stamps so that it appears timing wise as when it was recorded. +For more details, please check the README on the link.

+

The the test_vehicles.db file in the OVDS server +directory contains trip data generously provided by Geotab Inc. +It can be used as input to the live simulator, as well as the sawtooth_trip.db for simple testing.

+

The live simulator needs a copy of the list of leaf node paths (vsspathlist.json), +which needs to contain at least all the paths that are to be replayed from the OVDS, and are also to be found in the VSS tree that the VISSv2 server uses.

+ + + + + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/peripheral-components/index.xml b/peripheral-components/index.xml new file mode 100644 index 00000000..5b7d3a1a --- /dev/null +++ b/peripheral-components/index.xml @@ -0,0 +1,10 @@ + + + + VISSv2 peripheral components on W3C VISSv2 Reference Implementation + https://w3c.github.io/automotive-viss2/peripheral-components/ + Recent content in VISSv2 peripheral components on W3C VISSv2 Reference Implementation + Hugo -- gohugo.io + en-us + + diff --git a/pocs/index.html b/pocs/index.html index 7f90d2f8..954088c0 100644 --- a/pocs/index.html +++ b/pocs/index.html @@ -12,21 +12,21 @@ VISSv2 POCs :: W3C VISSv2 Reference Implementation - - - - - - - - - + + + + + + + + + - + - + + + + + + + + + +
+
+
+ +
+
+ + + + + + + + + + +
+
+ +
+
+ + +
+
+ +
+ +
+ +
+ +

+ + Next POC... +

+ + + + + + +

The presentation…

+ + + + + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/pocs/poc2/index.xml b/pocs/poc2/index.xml new file mode 100644 index 00000000..18f13293 --- /dev/null +++ b/pocs/poc2/index.xml @@ -0,0 +1,10 @@ + + + + Next POC... on W3C VISSv2 Reference Implementation + https://w3c.github.io/automotive-viss2/pocs/poc2/ + Recent content in Next POC... on W3C VISSv2 Reference Implementation + Hugo -- gohugo.io + en-us + + diff --git a/server/access-control-servers/index.html b/server/access-control-servers/index.html index 80041199..e8937d44 100644 --- a/server/access-control-servers/index.html +++ b/server/access-control-servers/index.html @@ -12,21 +12,21 @@ VISSv2 Access Control Servers :: W3C VISSv2 Reference Implementation - - - - - - - - - + + + + + + + + + - + - +