Skip to content

Commit

Permalink
Migrate Go client to kuksa-incubation
Browse files Browse the repository at this point in the history
To be merged after
eclipse-kuksa/kuksa-incubation#6
has been merged.
  • Loading branch information
erikbosch authored and SebastianSchildt committed Mar 28, 2024
1 parent bfaccc6 commit 5781069
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1,870 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/kuksa-go.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ KUKSA.val contains several components
| [KUKSA Databroker](./kuksa_databroker) | Efficient in-vehicle signal broker written in RUST providing authorized access to VSS data using gRPC
| [KUKSA Server](kuksa-val-server) | Feature rich in-vehicle data server written in C++ providing authorized access to VSS data using W3C VISS websocket protocol **Note: KUKSA Server is deprecated and will reach End-of-Life 2024-12-31!**
| [KUKSA Python SDK](https://github.com/eclipse-kuksa/kuksa-python-sdk) | Command line tool to interactively explore and modify the VSS data points and data structure. Python library for easy interaction with KUKSA Databroker and Server. *Note: Moved to a separate repository!*
| [KUKSA GO Client](./kuksa_go_client) | Example client written in the [GO](https://go.dev/) programming language for easy interaction with KUKSA Databroker and Server
| [KUKSA GO Client](https://github.com/eclipse-kuksa/kuksa-incubation/tree/main/kuksa_go_client) | Example client written in the [GO](https://go.dev/) programming language for easy interaction with KUKSA Databroker and Server *Note: Moved to a separate repository!*
| [Example Applications](./kuksa_apps) | Some example apps for different programming languages and frameworks
| [Feeders and Providers](https://github.com/eclipse/kuksa.val.feeders/) | Multiple feeders and providers for exchanging vehicle data with KUKSA databroker and Server

Expand Down
4 changes: 0 additions & 4 deletions kuksa_go_client/.gitignore

This file was deleted.

101 changes: 0 additions & 101 deletions kuksa_go_client/README.md

This file was deleted.

201 changes: 0 additions & 201 deletions kuksa_go_client/client_test.go

This file was deleted.

Loading

0 comments on commit 5781069

Please sign in to comment.