Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
K64f Multicast UDP receive
I've had some problems initially compiling using Ethernetlibrary for the K64f, I've had to comment out lines 86 and 89 in k64f_emac.c in lwip-eth. I can now get programs to compile.
I'm trying to send and receive multicast UDP I can send multicast but receive doesn't work. Looking at this question https://developer.mbed.org/forum/bugs-suggestions/topic/5434/?page=1#comment-26981 this appears to be a problem setting the interface into promiscuous mode however the fix documented above doesn't work with the current version of lwip-eth.
I'm only a novice and I cant fathom out how to set this in the new library, any help would be appreciated.
David