eclipse-cyclonedds / cyclonedds-python

Other
54 stars 44 forks source link

Is it possible to add a function case about dynsub #175

Closed lflxp closed 1 year ago

lflxp commented 1 year ago

I just contacted Cyclonedds. Is it possible to add a function case of dynsub implemented in python

thijsmie commented 1 year ago

Hi @lflxp,

There is the dynamic type discovery API in python as documented here. It is used by the cyclonedds subscribe [topic] command line tools to do dynsub. You can find the source for this tool here.

lflxp commented 1 year ago

Hi @lflxp,

There is the dynamic type discovery API in python as documented here. It is used by the cyclonedds subscribe [topic] command line tools to do dynsub. You can find the source for this tool here.

I have spent two days trying to solve this problem. Now I understand where to start. Thank you