Hello,
As I understood for Connext Pro and Connext Micro it is possible to create, configure, and start Routing Service instances from the application (see link above).
https://community.rti.com/static/documentation/connext-dds/6.0.0/doc/manuals/routing_service/usage.html#routing-service-library
Is that also possible within the python application using the Python API?
Thanks in advance!
Regards,
Marc
Hi Marc,
This capability is not currently supported by the Python API. One possible alternative to support creation and update of Routing Service instances from the Python API would involve using a combination of subprocesses (in other words, just launch Routing Service from your Python code) and the remote administration topics, but I don't have any experience with this option.
Regards,
Marc