Kyle Cascade
Kyle Cascade
This got fixed in 3099dbb86138b465e72bcddef09d3b925826241c
Can you paste a snapshot of the code? Are you running `ether.packetLoop(ether.packetReceive());` in that loop?
I'm pretty sure in this case you don't need to do a `packetRecieve`. But you should know that dnsLookup is blocking and will disgard anything other than the dns response...
This may need a fix similar to #167. But udp already does this https://github.com/jcw/ethercard/blob/master/tcpip.cpp#L377 Can you confirm you are using the latest version of the library?
It is possible that we have a /24 assumption somewhere in the code. Can you get a packet capture (tcpdump -s 1500) of the thing trying to transmit packets? (I...
I can't think of a change that would cause this. Here are the commits if you want to look yourself: https://github.com/jcw/ethercard/commits/master In order to really figure out the bug you...
I could update the docs to make it explicit that this library only supports AVR-based platforms?
Ok. I'm ok with closing this one as "not supported" (yet). This library predates the arduino SPI library. I don't think a port would be that hard, but as @Daniel-dk...
I too was looking at how to replace the IM dependency (it doesn't compile on Ubuntu Wily) I pulled this branch and ran a comparison, the results are not the...
This sounds like a good idea, but I'm not sure if this is always an error condition. For example if I min: 3, then I really never want it to...