-
Hello! I've been greatly helped by the open source you provided. Do you have any examples or sample codes for using SOME/IP's pubsub? I was able to find code for SOME/IP's SD in the demo code, but couldn't find any that uses PubSub. If there's a demo you're developing that I might have missed, I'd like to refer to it. Also, I have a conceptual question: Is SD necessary for SOME/IP's PubSub to function properly, or does PubSub exist independently of SD? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, Happy to hear that.
No, only the Request-Response pattern is implemented within this repo for RPC purposes.
You can take a look into vsomeip repo from COVESA.
No, it is not. Pub/Sub pattern can function independently because that is the whole idea of this pattern to receive an event without knowing where the service is located. |
Beta Was this translation helpful? Give feedback.
Hello,
Happy to hear that.
No, only the Request-Response pattern is implemented within this repo for RPC purposes.
You can take a look into vsomeip repo from COVESA.
No, it is not. Pub/Sub pattern can function independently because that is the whole idea of this pattern to receive an event without knowing where the service is located.