Communication between modules #58220
Unanswered
SomedicSense
asked this question in
Q&A
Replies: 1 comment
-
Hi, @SomedicSense, I was not assigned to this issue, and it got lost somehow. Please clarify what you mean by application framework and modules. This module is a logically separated code portion, or is it a Zephyr Module? The application framework is the application logic, or do you mean something different? If you like to discuss more about ZBus, I invite you to talk via Discord on the ZBus channel https://discord.gg/BtvEttqc. I would suggest you ask about that on a related Discord channel. It is not common to see this community answering quickly by issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
we are currently looking into different approaches for enabling communication between application framework and modules, and interaction between modules. Our current solution consist of a simple work queue that handles work placed on the module. We are currently looking into ZBus where it is possible to subscribe and publish to a channel. We also looked into implementing RPC.
Has anyone worked on something similar? How have you handled it? Does Zephyr recommend any approach?
Any tips and discussions would be great!
Best Regards,
H
Beta Was this translation helpful? Give feedback.
All reactions