You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Databroker docker run -it --rm ghcr.io/eclipse-kuksa/kuksa-databroker:main --port 55556
Run two Kuksa Clients: docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-python-sdk/kuksa-client:main grpc://192.168.5.2:55556
In Kuksa Client 1 - Subscribe to Vehicle.OBD
⢀⣤⣶⣾⣿⢸⣿⣿⣷⣶⣤⡀
⣴⣿⡿⠋⣿⣿ ⠈⠙⢿⣿⣦
⣾⣿⠋ ⣿⣿ ⣶⣿ ⠙⣿⣷
⣸⣿⠇ ⣿⣿⠠⣾⡿⠃ ⠸⣿⣇ ⣶ ⣠⡶⠂ ⣶ ⢰⡆ ⢰⡆⢀⣴⠖ ⢠⡶⠶⠶⡦ ⣰⣶⡀
⣿⣿ ⠿⢿⣷⣦⡀ ⣿⣿ ⣿⢾⣏ ⣿ ⢸⡇ ⢸⡷⣿⡁ ⠘⠷⠶⠶⣦ ⢠⡟⠘⣷
⢹⣿⡆ ⣿⣶⠈⢻⣿⡆ ⢰⣿⡏ ⠿ ⠙⠷⠄ ⠙⠷⠶⠟⠁ ⠸⠇⠈⠻⠦ ⠐⠷⠶⠶⠟ ⠠⠿⠁ ⠹⠧
⢿⣿⣄ ⣿⣿ ⠿⣿ ⣠⣿⡿
⠻⣿⣷⡄⣿⣿ ⢀⣠⣾⣿⠟ kuksa-client CLI
⠈⠛⠇⢿⣿⣿⣿⣿⡿⠿⠛⠁ 0.4.2.post16+git.bfa9205d
Connecting to VSS server at 192.168.5.2 port 55556 using KUKSA GRPC protocol.
TLS will not be used.
INFO 2024-05-07 07:27:06,490 kuksa_client.grpc No Root CA present, it will not be possible to use a secure connection!
INFO 2024-05-07 07:27:06,490 kuksa_client.grpc.aio Establishing insecure channel
gRPC channel connected.
Test Client> subscribe Vehicle.OBD
{
"subscriptionId": "91758c6c-d9b4-4a8b-9843-3cbc33338716"
}
In Kuksa Client 2 - Publish new Data for Vehicle.OBD.DTCList
⢀⣤⣶⣾⣿⢸⣿⣿⣷⣶⣤⡀
⣴⣿⡿⠋⣿⣿ ⠈⠙⢿⣿⣦
⣾⣿⠋ ⣿⣿ ⣶⣿ ⠙⣿⣷
⣸⣿⠇ ⣿⣿⠠⣾⡿⠃ ⠸⣿⣇ ⣶ ⣠⡶⠂ ⣶ ⢰⡆ ⢰⡆⢀⣴⠖ ⢠⡶⠶⠶⡦ ⣰⣶⡀
⣿⣿ ⠿⢿⣷⣦⡀ ⣿⣿ ⣿⢾⣏ ⣿ ⢸⡇ ⢸⡷⣿⡁ ⠘⠷⠶⠶⣦ ⢠⡟⠘⣷
⢹⣿⡆ ⣿⣶⠈⢻⣿⡆ ⢰⣿⡏ ⠿ ⠙⠷⠄ ⠙⠷⠶⠟⠁ ⠸⠇⠈⠻⠦ ⠐⠷⠶⠶⠟ ⠠⠿⠁ ⠹⠧
⢿⣿⣄ ⣿⣿ ⠿⣿ ⣠⣿⡿
⠻⣿⣷⡄⣿⣿ ⢀⣠⣾⣿⠟ kuksa-client CLI
⠈⠛⠇⢿⣿⣿⣿⣿⡿⠿⠛⠁ 0.4.2.post16+git.bfa9205d
Connecting to VSS server at 192.168.5.2 port 55556 using KUKSA GRPC protocol.
TLS will not be used.
INFO 2024-05-07 07:26:44,516 kuksa_client.grpc No Root CA present, it will not be possible to use a secure connection!
INFO 2024-05-07 07:26:44,516 kuksa_client.grpc.aio Establishing insecure channel
gRPC channel connected.
Test Client> setValue Vehicle.OBD.DTCList 1,2,3,4,5
OK
In Kuksa Client 1 - Update not received - verify current value:
Based on this issue: eclipse-kuksa/kuksa-databroker#15
Run Databroker
docker run -it --rm ghcr.io/eclipse-kuksa/kuksa-databroker:main --port 55556
Run two Kuksa Clients:
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-python-sdk/kuksa-client:main grpc://192.168.5.2:55556
In Kuksa Client 1 - Subscribe to Vehicle.OBD
In Kuksa Client 2 - Publish new Data for Vehicle.OBD.DTCList
In Kuksa Client 1 - Update not received - verify current value:
The text was updated successfully, but these errors were encountered: