Open henry1960 opened 5 months ago
There are four ways to specify UDP addresses: ・Limited broadcast address ・Directed broadcast address ・Multicast address ・Unicast address
You need to understand this difference.
Communication is not possible if the sender and receiver are different.
It's no matter about IP address, because data server can get data from udp client, but udp client can not get data from data server. The Kit gets IP address from DHCP server , the data server too. they connect to same router.
Thank you,I'll test the samples tomorrow.
hi @henry1960 any update about this issue?
Answers checklist.
IDF version.
IDF 5.2
Espressif SoC revision.
ESP32C6
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
Development Kit.
ESP32-C6-DevKitC-1
Power Supply used.
USB
What is the expected behavior?
I what to get a answer from espressif.
What is the actual behavior?
A udp client project was normally completed ,but it can NOT receive data,.
Steps to reproduce.
After the App is started, server can get data form the Kit, bet server get nothing from Kit.
Debug Logs.
No response
More Information.
No response