I have set up WiFi mesh network without a router and I am able to successfully transmit packets over mesh using broadcast. However, I see that node which broadcasts packets also receives its own packets. I can simply filter it out on my own checking MAC address but I saw in documentation (https://docs.espressif.com/projects/esp ... oadcasting) in paragraph 7 that:
7. When a node receives a broadcast packet with a source address matching its own MAC address, the node will discard the broadcast packet.
Is there something I've missed?
I'd would really appreciate any response