Replies: 3 comments 1 reply
-
Hi @MMarcus95, thanks for using Fast DDS. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion. Is there a way to do that using the python API instead? I know that with the C++ API you can set a domain participant to be the client of a server, specifying the remote server attributes and the discoveryProtocol as CLIENT. For example, I have a server defined with C++ Fast-DDS API. Is there a way to define its client using python? Saying differently, is there a python version of this C++ code? Thanks!! |
Beta Was this translation helpful? Give feedback.
-
You could write your client in C++, then wrap it using, for example SWIG, to create your Python API. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to use Fast-DDS-python with Discovery Server. Is there a way to do that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions