--- Quote Start ---
originally posted by niosiiuser@Nov 8 2005, 06:53 AM
hello danny,
does your target (perhaps the pc) send an answer for the arp requests? if not lwip can’t send any udp packets because the stack doesn’t know which mac address belongs to the ip address (in your code 169.254.0.1). but it must be possible to send broadcast messages. just change ip4_addr(&udpdestipaddr, 169, 254, 0, 1); to ip4_addr(&udpdestipaddr, 255, 255, 255, 255);.
regards,
niosiiuser
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10846)
--- quote end ---
--- Quote End ---
Hello niosIIuser,
the pc does send a request.... so I don't know what is wrong.... but I've got an idea... let's see if it works.
Cheers,
Danny