FastDDS and OpenDDS interoperability issue #3609
Replies: 7 comments
-
github URL for the two zip files containing the OpenDDS and FastDDS code |
Beta Was this translation helpful? Give feedback.
-
Hi @husnaini798, Have you tested against other DDS implementations? Fast DDS release testing checks interoperability with several vendors. We are aware about the issue you are reporting but we have also reproduced the same issue with at least one other vendor so we assume that the interoperability issue might be at OpenDDS side. |
Beta Was this translation helpful? Give feedback.
-
Hi Jose,
Thanks for confirming our findings.
Not yet. I was thinking of trying Cyclone DDS next, with both FastDDS and
OpenDDS.
Would you be able to inform me which other vendor had the same issue?
Thanks
…On Thu, Dec 15, 2022 at 11:03 PM José Luis Bueno López < ***@***.***> wrote:
Hi @husnaini798 <https://github.com/husnaini798>,
Have you tested against other DDS implementations? Fast DDS release
testing checks interoperability with several vendors. We are aware about
the issue you are reporting but we have also reproduced the same issue with
at least one other vendor so we assume that the interoperability issue
might be at OpenDDS side.
—
Reply to this email directly, view it on GitHub
<#3150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU4QRYF64RVZKNQKGPYPANTWNMCIDANCNFSM6AAAAAAS7NHCPA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
According to the CONTRIBUTING.md I am moving this to the proper discussion forum. |
Beta Was this translation helpful? Give feedback.
-
Hello @husnaini798, could you share more information on your findings? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, Since Fast DDS v2.13.0 it is possible to configure the DataRepresentationQosPolicy for both DataReaders and DataWriters. Setting the ID to XCDR2_DATA_REPRESENTATION in your DataWriters would make Fast DDS and OpenDDS to interoperate. You can verify this by using Fast DDS Shapes Demo and Open DDS's iShape. |
Beta Was this translation helpful? Give feedback.
-
@husnaini798 你用的FastDDS和Cyclonedds分别是什么版本啊?我使用了security功能后,FastDDS和Cyclonedds无法通信了。 |
Beta Was this translation helpful? Give feedback.
-
Is there an already existing issue for this?
Expected behavior
Note: Security feature disabled
Current behavior
Note: Security feature disabled
starts publishing. But subscriber never gets the call to 'on_data_available' callback
Steps to reproduce
FastDDS's SecureHelloWorldExample extended and with security code commented out. Also set the default QOS for participant, topic, reader and writer
For OpenDDS, used the following code for testing the OpenDDS code:
https://github.com/omg-dds/dds-security
Also commented out the security code in here. And set the default QOS for participant, topic, reader and writer
The two zipped helloWorld code folders (for OpenDDS and FastDDS) are only 80Kb, Please let me know how to share those.
Thanks
Fast DDS version/commit
version 2.8.1
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
Default configuration, UDPv4 & SHM
Additional context
IDL used on both OpenDDS and FastDDS
module Messenger { struct HelloWorld { unsigned long index; string message; }; };
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions