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 @@
A few other software components that can be useful when setting up a VISSv2 communication tech stack exists:
+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.
+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.
+ + + + + + + + +