Hi,
I have been working with the hello_idl example in the rti_workspace->examples->connext_dds->java.
I want to write a subscriber in Python that can listen to the java publisher. But so far I haven't gotten it to work. What do I need to change in the .xml to be able to listen to the java publisher.
I tried to follow the steps in this post: https://community.rti.com/forum-topic/testing-dds-network-python-tests
I get it to work fine with for instance the "hello_world_xml_dynamic" example. Then I can simply use the attached "USER_QOS_PROFILES.xml" . Is there something similair for the hello_idl exmaple? The "USER_QOS_PROFILES.xml" for the hello_idl examples, look totally different, and I can not find the relevant names.
Thanks.
Magnus
Hi Magnus,
I could communicate a publisher running Java and a Subscriber running rticonnextdds-connector.
The XML configuration that I have used in for the Subscriber is:
Find attached the python subscriber and the XML configuration.
Could you please try it and see if it is working?
In the case that it is not working, please try to check with RTI Administration Console if the topics match or not.
Thank you.
Antonio.
Thank you Antonio!
That worked perfectly. I am not so familiar with RTI DDS yet, but thank you for the tip about using the RTI Admin Console, that helped too.
Best regards,
Magnus