cyclonedds-python icon indicating copy to clipboard operation
cyclonedds-python copied to clipboard

Support for default domains other than 0

Open gmartin82 opened this issue 2 years ago • 0 comments
trafficstars

At present the Cyclone DDS Python binding defaults to using 0 as the default domain when creating domain participants. Further, no option is present in the binding to allow users to automatically create domain participants on the default domain as determined by the core Cyclone DDS implementation and the configuration files.

It would be useful for the Python binding to provide a mechanism which allows users to create domain participants on the default domain as determined by the Cyclone DDS XML configuration file specified through the CYCLONEDDS_URI environment variable.

gmartin82 avatar Mar 17 '23 18:03 gmartin82