You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not immediately understand why the ntp demo works, but sending to my local server does not work. It turns out that any sending within the local segment does not work, sending via the gateway to the Internet address works normally. Why is that?
It is probably something to do with the code that chooses the Layer 2 MAC address to send to.
When sending to the Internet, EtherCard just needs the use the routers MAC address. When sending to the local subnet, it needs to find and use the right address. Although for broadcast this should just be FF:FF:FF:FF:FF:FF.
Have you tried sending to your subnet's broadcast address ? 172.16.1.255?
Hello!
sendUdp() function not send broadcast packets :(
in Wireshark no packets.
UIP library worked correctly!
The text was updated successfully, but these errors were encountered: