Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining IP endpoint in xml #162

Open
TheGrandJonsson opened this issue Dec 20, 2022 · 2 comments
Open

Defining IP endpoint in xml #162

TheGrandJonsson opened this issue Dec 20, 2022 · 2 comments

Comments

@TheGrandJonsson
Copy link

Hi!
Does anybody have an example as to how I would go about defining the ip-endpoint in the XML file?
I have tried to search the docs but haven't managed to find any information.
I suspect that performance wise discovery and getting publications would be improved if you were to specify an endpoint explicitly.

Regards!

@samuelraeburn
Copy link
Collaborator

Hi,
Please can you clarify what you mean by ip-endpoint?
Connector only supports defining DDS entities (Participants, Publishers, Subscribers, Topics, DataReaders, DataWriters) in XML format. You can also specify the QoS that will be used by each endpoint in the QoS file.

@TheGrandJonsson
Copy link
Author

Hi,

Please can you clarify what you mean by ip-endpoint?

Connector only supports defining DDS entities (Participants, Publishers, Subscribers, Topics, DataReaders, DataWriters) in XML format. You can also specify the QoS that will be used by each endpoint in the QoS file.

What I mean is, how I can set the multicast port in the XML-configuration file.
I've searched through all available documentation online and found a way to override the base port numbers in c++. But I haven't found a way to override it in the xml.
In opendds c++, you can both set an endpoint for the application to connect to as well as defining the multicast ports.
That's what I mean, how to do the equivalent in the xml for connector. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants