Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove KUKSA-val gRPC client #609

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions kuksa-val-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,21 +121,3 @@ The jwt tokens for testing can also be found under [kuksa_certificates/jwt](../k
You can also use the provided python sdk to develop your own `kuksa.val` clients. More details about `kuksa-client` can be found [here](../kuksa-client).

Additionally, you can use the [example apps](../kuksa_apps) and [feeders](https://github.com/eclipse/kuksa.val.feeders/tree/main) to handle vehicle data, interacting with `kuksa-val-server`.

## Using kuksa.val with a gRPC Client
Additionally theres exists an experimental gRPC server. The easiest way to test the server is the kuksa_grpc_client.
To run the client follow these steps:

```
cd build/src
./kuksa_grpc_client
```

If you do not know how to use the client:

```
./kuksa_grpc_client --help
```



1 change: 0 additions & 1 deletion kuksa-val-server/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(SERVER_OBJ_LIB_NAME ${SERVER_EXE_NAME}-object )
set(SERVER_LIB_NAME ${SERVER_EXE_NAME}-core )
set(SERVER_LIB_STATIC_NAME ${SERVER_LIB_NAME}-static )
set(GRPC_GENERATED_LIB_NAME kuksa_grpc_client_generated-object)
set(GRPC_CLIENT_EXE_NAME kuksa_grpc_client)


###
Expand Down
Loading