Questions About Implementing ara::com with SOME/IP #40
Replies: 1 comment
-
Dear Shehab,
It is not clear to me how you come to the conclusion that vsomeip is not exactly SOME/IP. As far as they (COVESA) claim, it is the implementation of SOME/IP. So, you can use it without any concern. To start with, please check their use guide and also their examples (specially the hello_word project).
To be clear, ara::com it is not only SOME/IP, but it also can be DDS (as also mentioned in the image you've shared). On top of these communication protocols, we have the ara::com API. So, you can start with this document to understand the concept of Proxy/Skeleton Architecture and then learn more about the API itself. |
Beta Was this translation helpful? Give feedback.
-
Dear Engineer Langroodi,
For my graduation project, I’ll be focusing on implementing Adaptive AUTOSAR clusters, starting with ara::com. However, I need some clarification on the implementation details.
Referring to the image below and my current understanding:
I’m unsure whether I need to implement SOME/IP under the ara::com cluster or if it’s possible to leverage existing solutions like vsomeip. While I understand that vsomeip isn’t exactly SOME/IP, I’d appreciate your insights on the following questions:
Questions:-
Implementation or Reuse: Do I need to implement SOME/IP from scratch, or can I reuse an existing solution? If reusing is an option, where can I find the appropriate resources?
Starting Point in ara::com: From your perspective, which part of ara::com would be the best starting point for someone diving into this project?
Thank you in advance for your guidance!
Beta Was this translation helpful? Give feedback.
All reactions