Hi @Steve Cobb ,
Here are some suggestions for checks that may be useful.
- Check Receiving Application Configuration: Revisit the configuration of the receiving application on Device B. Ensure that it is listening on the correct IP address (
192.168.0.122
) and port number. Verify that there are no restrictions or filters in the application code that may prevent it from processing incoming packets. - Verify Packet Contents: Use Wireshark to inspect the contents of the received packets. Ensure that the packets contain the expected data and are formatted correctly. If there are any discrepancies, it could indicate issues with the sending application or the packet content itself.
- Network Interface Configuration: Double-check the network interface configuration on Device B. Ensure that the network interface corresponding to
192.168.0.122
is properly configured and active. Verify that there are no conflicting network settings or issues with the network adapter driver. - Firewall and Security Software: Review the firewall and security software settings on Device B. Ensure that they are not blocking or interfering with the incoming UDP traffic on port
192.168.0.122
. Temporarily disable any firewall or security software to see if it resolves the issue. - Debugging the Receiving Application: Add debugging statements or logging to the receiving application code to trace the flow of incoming packets and identify any errors or issues in the processing logic. This can help pinpoint where the problem is occurring within the application.
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.