-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Awaiting Responseawaiting a response from the authorawaiting a response from the authorResolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF
Description
Is it possible to retrieve the destination address from an UDP packet?
I have one UDP socket. This socket receives broadcast, multicast and unicast, but the ESP should perform a different action depending on the destination it was send to (uni, broad or multi).
In the UDP examples provided by esspressif, only the source address can be found, using the recvfrom() function.
So it would be very nice if the destination address was also provided to make a destinction between a unicast, multicast or broadcast.
Metadata
Metadata
Assignees
Labels
Awaiting Responseawaiting a response from the authorawaiting a response from the authorResolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF