Replies: 1 comment
-
Hi @Nitind7, you may be interested in what is DDS? section of the Fast DDS documentation. In summary, the RTPS protocol supports DDS applications. Both DDS and RTPS share the same publication-subscription-topic structure, and allow configuration of their endpoints (QoS and attributes, respectively).
For inter-process communication, the best delivery mechanism is data-sharing, but there are several constraints that need to be met to use it. If not possible, then the shared-memory transport is the following option. |
Beta Was this translation helpful? Give feedback.
-
What's difference between DDS and RTPS protocols? Which one is good option when need to implement inter process communication?
Beta Was this translation helpful? Give feedback.
All reactions