Skip to content

Issue with UDP Multicast Client sketch #74

Closed
@gerardwr

Description

@gerardwr

Hi,

I created an UDP Multicast Server sketch, and that works OK. The sketch accepts UDP packets sent to the Multicast IP address, and sends a confirmation packet back to the UDP Client.
(ref. http://www.esp8266.com/viewtopic.php?f=29&t=2464 ).

Now I would like to create a sketch where the ESP is a client sending packets to an Multicast UDP server, but I am having difficulty understanding the exact use of the functions in WiFiUdp.h.

This code compiles and runs, but packets are not received by the Server. I checked the server, it receives UDP Multicast from another client perfectly.

schermafbeelding 2015-04-16 om 17 10 42

Also tried this with the same result:

schermafbeelding 2015-04-16 om 19 05 29

So I am confused now, give us a hint!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions