Replies: 1 comment
-
Hello @Jaynard2 , thank you for the report. According to Fast DDS Contributing policy, and since your question is related to a configuration or deployment issue, it has been moved to the discussion section. |
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
-
Is there an already existing issue for this?
Expected behavior
Data published on the device running with mobile data is sent to all relevant subscribers.
Current behavior
Data published by the device on mobile data is sent to the subscriber running on the Discovery Server, but not to any other subscribers. The data generated by a publisher on a normal network is likewise not received by the subscriber on the mobile network.
Steps to reproduce
Setup one Fast-DDS device to use mobile data and a second to use Wi-Fi (I do not have access to the network configuration). These can be either Windows 10 or Ubuntu 20.04. Setup a Discovery Server on a public server running Ubuntu 22.04. Add a publisher to either of the first two devices and a subscriber on all three. Any data published will make it to the Discovery Server only.
Fast DDS version/commit
57bf90af71bab82f2c6b24870e49d44b349083b2
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
TCPv4
Additional context
Using port 5001.
The code used to configure Fast-DDS can be viewed here.
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions