package
0.0.0-20240229160359-9b0a49c2e661
Repository: https://github.com/w3c/automotive-viss2.git
Documentation: pkg.go.dev
# README
(C) 2023 Ford Motor Company (C) 2023 Volvo Cars
gRPC client
To build:
$ go build
To run:
./grpc_client
The gRPC client UI provides a choice of four different request that can be issued:
{"action":"get","path":"Vehicle/Chassis/Accelerator/PedalPosition","requestId":"232"}
{"action":"subscribe","path":"Vehicle/Speed","filter":{"type":"timebased","parameter":{"period":"100"}},"requestId":"246"}
{"action":"unsubscribe","subscriptionId":"1","requestId":"240"}
{"action":"set", "path":"Vehicle/Body/Lights/IsLeftIndicatorOn", "value":"999", "requestId":"245"}
These can be issued multiple times, but there is a limitation in that the unsubscribe has a static subscriptionID that only applies to the first started subscription.
# Packages
*
* (C) 2023 Ford Motor Company
* (C) 2023 Volvo Cars
*
* All files and artifacts in the repository at https://github.com/w3c/automotive-viss2
* are licensed under the provisions of the license provided by the LICENSE file in this repository.