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 8 forks source link

NodeRed container and example flows #86

Closed mikehaller closed 9 months ago

mikehaller commented 1 year ago

A pre-defined container manifest for deploying Node-Red (with Node-Red Dashboard UI) and possibly some pre-defined action nodes to interact with MQTT / SDV components.

For hackathons and development reasons, it would be great to have a way to quickly interact with vehicle applications without having to go through a backend. Directly sending MQTT messages, e.g. to the self-update-agent, or directly invoking gRPC endpoints from kuksa-databroker through a Node-Red flow would increase productivity a lot.

Examples:

walzerT-onsite commented 1 year ago

@chheis made this manifest already. Based on this I played around with grpc nodes and I don't have success yet.

mikehaller commented 1 year ago

Is that available somewhere in a public repositor then I can have a look too and try to help.

Would be glad to have this as a contribution to Leda.