cyclonedds
cyclonedds copied to clipboard
Q? Interoperability with OpenSplice
I tried the "Hello World" demo from OpenSplice and Cyclone DDS. Out of the box they don't work.
Does this work? I tried 6.7 and 6.9. Did not go any deeper than making sure the address and domain ID's were identical...
Regards, Bud Davis
Answering my own question.
Yes, cyclone dds and opensplice interoperate.
The HelloWorld opensplice demo has "participant names". Once I removed those HelloWorld worked as was expected.
Hi @BudDavis I am glad you solved it!
The HelloWorld opensplice demo has "participant names". Once I removed those HelloWorld worked as was expected.
In case anyone else sees this: I suspect you meant "partition" instead of "participant".
It is somewhat unfortunate that all DDS implementations use different examples. I usually point people to my https://github.com/eboasson/i11eperf which is a bare-bones test program where I have versions for all open source DDS implementations, but I doubt it would be of much use to you given that you have things working already.