-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Adding HttpClient #69
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
Conflicts: libraries/Ethernet/Dhcp.cpp libraries/Ethernet/Ethernet.cpp libraries/Ethernet/Ethernet.h
…t in order to output what is sent/received with it (to aid in debugging things like network protocols - you attach Serial to the EthernetClient, for example, and it'll dump all the data sent/received to the serial port)
@amcewen |
@cmaglie yes, that makes sense (unless you'd like to take it into the core, in which case I could work up a new version...) |
Thanks!
Having it into the core is a maintenance burden and adds delays in the update process. |
Hehe, I'm not sure I'm "active", more sporadic I think ;-) |
ATSHA204 personalization sketch updated
Here's the HttpClient, updated as per discussions on the Developers list (including using completed() rather than eof().