Use Routing Service library for Python API

2 posts / 0 new
Last post
Offline
Last seen: 9 months 2 weeks ago
Joined: 11/23/2021
Posts: 32
Use Routing Service library for Python API

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

Marc.Chiesa's picture
Offline
Last seen: 2 years 1 month ago
Joined: 07/24/2017
Posts: 32

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