How to receive UDP data on a port from a specific IP #2849
Unanswered
zimri-leisher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've looked at the code for the
UdpSocket
andUdpComponentImpl
, and I haven't been able to figure out how to receive on a certain port only from a certain IP. The problem is, there are two devices sending to the same port, and so the only way to distinguish between them is by checking the source IP. Is this supported in the FPrime implementation of UDP sockets?Beta Was this translation helpful? Give feedback.
All reactions