eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 7 forks source link

UDS Server #156

Open mikehaller opened 11 months ago

mikehaller commented 11 months ago

The Leda quickstart image should contain an implementation of a UDS server. This can be another demo case for optional deployment, or if it's really small it could be deployed as a standard example.

One open source UDS server implementation, which is good enough (in terms of coverage of the original spec) seems to be this one: https://github.com/zombieCraig/uds-server Since uds-server is already 8 years old, it would be great to check if there is a better / more recent implementation.

Use case would be fuzz-testing the Leda Quickstart image and examples for the CAN feeder of Kuksa.VAL or the CAN-based Seat Service of Kuksa.VAL.

The todo for leda project would be to provide the uds-server as a containerized application, create the desired state or deployment manifests for it and have it deployed on Raspi or QEMU image (with enabled CAN).

vasilvas99 commented 11 months ago

Recipe for native component provided here: https://github.com/eclipse-leda/meta-leda/pull/203 but not added to any package group yet.