ADLINK-IST / opensplice

This is the Vortex OpenSplice Community Edition source repository. For our commercial offering see
https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service
Apache License 2.0
259 stars 157 forks source link

cross-domain communication #115

Closed ZTY-star closed 4 years ago

ZTY-star commented 4 years ago

How openspliceDDS enables cross-domain communication

hansvanthag commented 4 years ago

If you want to 'talk' to more than 1 domain from a single application (by creating multiple domainParticipants for each domain), you MUST exploit the federated-deployment mode of OpenSplice which is currently not supported by the community-edition (in which case you'd have two 'standalone' applications that exploit some basic IPC to pass the data between them).

Perhaps you could consider the use of Eclipse Cyclone DDS (https://github.com/eclipse-cyclonedds/cyclonedds ) which I belief is capable of handling multiple domains from a single application and which is interoperable with OpenSplice (as it basically shares the same DDSI-networking code).

ThijsSassen commented 4 years ago

closing this as answered