Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socket,UDP Cann't get dada (IDFGH-13190) #14128

Closed
3 tasks done
henry1960 opened this issue Jul 3, 2024 · 6 comments
Closed
3 tasks done

Socket,UDP Cann't get dada (IDFGH-13190) #14128

henry1960 opened this issue Jul 3, 2024 · 6 comments
Labels
Awaiting Response awaiting a response from the author Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@henry1960
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

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

@henry1960 henry1960 added the Type: Bug bugs in IDF label Jul 3, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 3, 2024
@github-actions github-actions bot changed the title Socket,UDP Cann't get dada Socket,UDP Cann't get dada (IDFGH-13190) Jul 3, 2024
@nopnop2002
Copy link

nopnop2002 commented Jul 3, 2024

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.

@henry1960
Copy link
Author

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.

@henry1960
Copy link
Author

Thank you,I'll test the samples tomorrow.

@Xiehanxin
Copy link

hi @henry1960 any update about this issue?

@Alvin1Zhang Alvin1Zhang added the Awaiting Response awaiting a response from the author label Sep 6, 2024
@Alvin1Zhang
Copy link
Collaborator

Thanks for reporting, will close due to inactivity, feel free to reopen with more updates.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Response awaiting a response from the author Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

5 participants