Adding multicast feature #66
-
Hello! EthernetENC has been made on uip stack and this stack has this documentation:
So for this reason we cannot join multicast groups in a local network. I didn't disappoint and continued to find other ways to have multicast.
I should mention my project uses platform IO and has been not updated to framework version 3 yet. In the end, I wanted to ask this question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
the uIP is almost 25 years old. maybe you can find a modification which supports multicast receive. the ESP32 networking uses LwIP which is actively maintained. the EthernetESP32 library integrates with the ESP32 Arduino v3 networking |
Beta Was this translation helpful? Give feedback.
the uIP is almost 25 years old. maybe you can find a modification which supports multicast receive.
the ESP32 networking uses LwIP which is actively maintained. the EthernetESP32 library integrates with the ESP32 Arduino v3 networking