Receive multicast packets with AT + CIPSTART
Posted: Thu Feb 13, 2020 6:20 am
I have a question about UDP multicast.
Execute AT + CIPSTART = "UDP", "192.168.0.2", 0, 12345, 2 and OK will be displayed on the serial monitor. When I send UDP packets with PacketSender, + IPD, 5, hello is displayed.
When AT + CIPSTART = "UDP", "239.192.1.2", 0, 12345, 2 is executed, the serial monitor displays OK, and it is considered that the socket was correctly created. However, the PacketSender does not display + IPD when sending UDP packets to a multicast address.
Does AT firmware not support multicast?
Also, I don't want to use AT + MDNS.
I use google translation.
Thank you.
Execute AT + CIPSTART = "UDP", "192.168.0.2", 0, 12345, 2 and OK will be displayed on the serial monitor. When I send UDP packets with PacketSender, + IPD, 5, hello is displayed.
When AT + CIPSTART = "UDP", "239.192.1.2", 0, 12345, 2 is executed, the serial monitor displays OK, and it is considered that the socket was correctly created. However, the PacketSender does not display + IPD when sending UDP packets to a multicast address.
Does AT firmware not support multicast?
Also, I don't want to use AT + MDNS.
I use google translation.
Thank you.