I'm using Teensy 3.2 with an Wiz820IO and cannot receive UDP multicast messages.
I am trying to receive UDP multicasts from 239.192.0.1 on port 853, but get no packets.
During setup():
EthernetUDP udp;
IPAddress multicast_ip(239,192,0,1);
Ethernet.begin( my_mac, my_ip, my_gateway...