Replies: 1 comment
-
Hi @rookybird thanks for using Fast DDS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to implement static discovery, according to the tutorial, which uses Simple Participant Discovery Protocol (SPDP) and skips EDP with known entities in the xml file.
I found examples on configuring STATIC EDP. But I didn't know how to set PDP to be SPDP. Do we need to configure it or is SPDP the default?
In the EDP example, I saw
pqos.wire_protocol().builtin.discovery_config.use_SIMPLE_EndpointDiscoveryProtocol = false; pqos.wire_protocol().builtin.discovery_config.use_STATIC_EndpointDiscoveryProtocol = true;
Do we also need to set the "discoveryProtocol" to be STATIC? like what we did for simple discovery here. But there is no option for STATIC.
Another question is how to calculate the port of unicast locator in static discovery, as indicated here
Beta Was this translation helpful? Give feedback.
All reactions