-
Notifications
You must be signed in to change notification settings - Fork 21
Agenda Community Meeting
2025-02-13
- Presentation:
- Report:
- Performance improvements by removing tcp keep-alive signal and more configurable socket library: https://github.com/eclipse-kuksa/kuksa-databroker/pull/137
- Otel feature merged. Documentation: https://github.com/eclipse-kuksa/kuksa-databroker/tree/main/doc/opentelemetry
- Discussion:
Participants: 6
2025-01-30
- Presentation:
- Presentation of can-protocol-adapter (OBD ISOTP) (Raviprasad and Team)
- Report:
- Performance improvements by removing tcp keep-alive signal (Lukas)
- Discussion:
Possible features:
- Transformation/Mapping options
- CAN RAW
Feature request: VSS ids instead of databroker internal ids
taken from chat:
--enable-databroker-v1 Enable sdv.databroker.v1 (GRPC) service
Kuksa Databroker implements the following gRPC service interfaces:
Enabled on Databroker by default [kuksa.val.v2.VAL](https://github.com/eclipse-kuksa/kuksa-databroker/blob/main/proto/kuksa/val/v2/val.proto)
Enabled on Databroker by default [kuksa.val.v1.VAL](https://github.com/eclipse-kuksa/kuksa-databroker/blob/main/proto/kuksa/val/v1/val.proto) (Deprecated!)
Disabled on Databroker by default [sdv.databroker.v1.Broker](https://github.com/eclipse-kuksa/kuksa-databroker/blob/main/proto/sdv/databroker/v1/broker.proto) (Deprecated!)
Disabled on Databroker by default [sdv.databroker.v1.Collector](https://github.com/eclipse-kuksa/kuksa-databroker/blob/main/proto/sdv/databroker/v1/collector.proto) (Deprecated!)
Databroker API kuksa.val.v2 is only supported by C++ since SDK v0.6.0, but it is disabled by default.
To enable it in Velocitas apps please set env variable in context of app:
export KUKSA_DATABROKER_API=kuksa.val.v2
https://www.automotivelinux.org/ That is Yocto based, and should have kuksa support out of the box for newer version
Participants: 12
2024-11-07
- Presentation:
- Report:
- Discussion: https://github.com/eclipse-kuksa/kuksa-incubation/issues/14
CAN Provider Rust
- 2 weeks done (OSS clearance) once cleared PR will be raised.
- same configurable approach as python provider
Participants: 5
2024-10-24
- Presentation:
- Report:
- API v2 and preparations of release 0.5.0
- Discussion:
Scott Murray: Is databroker still buildable with Rust 1.78? -> TODO: check this Sebastian Schildt: Will API v2 Velocitas SDK e mergedwith kuksa-python-sdk -> No not from the core development team but we would be open if somebody comes up with a proposal to have a look.
Participants: 7
2024-09-12
- Presentation:
- Report:
- New blueprint coming up eventually (uprotocol + KUKSA) - Sven Erik Jeroschewski
- Discussion:
https://github.com/eclipse-kuksa/kuksa-databroker/issues/60 :
- it's in the bigger backlog of the core development team
- jjj-vtm will have a look to push a fix if he has time as well. https://github.com/eclipse-kuksa/kuksa-databroker/issues/63 :
- basically lets see what happens and the people from AGL are doing
Participants: 10
2024-08-15
- Presentation:
- Report: API v2 update (Rafael-Ruiz Lucena)
- Discussion: Standardizing databroker API to COVESA (Sebastian Schildt)
Participants: 7
2024-08-01
- Presentation:
- Report:
- Discussion:
Scott Murray: VSS-tools overlays do not support only giving a dbc2val or val2dbc data type must be included -> Erik Jaegrvall mentioned upstream VSS-tools have the capability to only give dbc2val and val2dbc -> upgrading fixes this issue
Participants: 7
2024-07-04
- Presentation:
- New streaming capability kuksa.val.v1 (Lukas Mittag implmented by Andre Weber)
- New Version of API coming up (Teaser by Lukas Mittag and Rafael Ruiz-Lucena)
- Report:
- Discussion:
AGL streamdupdate in kuksa-python-sdk would be benefitial for their test
COVESA tries to start API VSS discussions again (new API could be a first draft)
uService on top of databroker? mServices on mechatronical units (Steven Hartley)
How does VISS fall into API V2. How would we(kuksa) support it in the future?
Participants: 14