Norbert Truchsess
Norbert Truchsess
icmp ping from Blake Foster directly talks to the W5100-chip that sit's on the stock ethernet-shield. That's why it ain't run with UIPEthernet. As the uip-stack from Adam Dunkels that...
So far there is no support for directed broadcast in UIPEthernet. It doesn't detect 192.168.42.255 is to be interpreted as a broadcast-address and therefore fires the ARP-request instead of just...
So go ahead, test and report your results. The only issue I can see with this library is its haevy use of String-class. You may easily run out ouf RAM...
UIPEthernet.h is not included (maybe it's not resolved). If you are using Arduino 1.5.x it's most likely that the library-files are not in correct location, so you might check using...
While it seems to work It still needs a bit of refactoring as it implements a retransmit-logic that is useful for UDP packets but unnecessary for TCP (as TCP will...
receiving UDP-broadcast is supposed to work. The UIPDhcp.cpp makes use of it. Can you show me both your code that is to receive the broadcast-message and the code that generates...
Besides the llimited amount of free ram available on the Arduino there's no hard-coded restriction in the library to use TCP and UDP at the same time. You can configure...
you are talking about this library: https://github.com/bibi21000/arduino-fullip? From what I know it is meant to be compatible with UIPEthernet - the author (bibi21000) was in contact with me last year...
I'd need to see at least some minimal code that allows to reproduce your issue.
It's easy: you post a sketch (or a deep-link to your website to the sketch) that allows to reproduce what you are talking about and then I have a look...