-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Implementation of DHCP lease handling #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Requires a periodic call to the new method Ethernet.maintain() http://code.google.com/p/arduino/issues/detail?id=716
any possibility of this getting merged in? even when setting a static ip, my host is going offline as soon as a lease expires. |
Can you please try it out an get back with your results. With more tests it will be easier to get it in. |
i had to back down to pre-1.0 for my production hardware, will try to set up another arduino/shield over the weekend with this patch. |
Thanks for implementing this. It doesn't seem to have broken anything - I'll report back whether it works in a few days after the lease has expired on the test Arduino I've just set up :-) I'll also read through the code properly then too, but in the meantime, a few thoughts or items for further discussion that come to mind after a quick look at it...
|
i am seeing much better behavior with this changeset. |
Nice to see that it worked.
|
Still haven't had chance to dig into the code, but thought I'd at least report back on my testing so far - haven't actually seen it renew a lease :-/ Obviously that's not a very useful bug report, more of a comment on my investigatons. When I get time to look through the code properly I'll also
|
I'm closing this pull request and refer to the issue at http://code.google.com/p/arduino/issues/detail?id=716 |
Added flash controller driver library and example. Fix for issue energia#53 (tone)
Relay messages only after receiving an id
Requires a periodic call to the new method Ethernet.maintain()
http://code.google.com/p/arduino/issues/detail?id=716