DHCP client for Arduino

Good day!

Where can I get DHCP-client library for the Arduino?

Ogogon.

Spend much time searching? There are pages and pages of hits for "DHCP client". Try it yourself.

PaulS:
Spend much time searching? There are pages and pages of hits for "DHCP client". Try it yourself.

I've seen a few options. I am interested in the views of those who are already using it.
I want to use the most up to date.

Ogogon.

You might try the below site.

http://gkaindl.com/software/arduino-ethernet

zoomkat:
You might try the below site.

http://gkaindl.com/software/arduino-ethernet

Thank you very much. Very nice library.

But unfortunately, I use EtherShields from EKitZone. http://www.ekitszone.com/Products/4-enc28j60-ethernet-shield-for-arduino.aspx

These Shield does not want to work with a standard library of Ethernet, but requires a library "EKZ etherShield". http://www.ekitszone.com/download/enc28j60-example.zip

With this library are not compatible ones that you specify.

The ENC28J60 chip cost about half what a W5100 chip cost, but some times the W5100 extra cost is worth the ease of use.

zoomkat:
The ENC28J60 chip cost about half what a W5100 chip cost, but some times the W5100 extra cost is worth the ease of use.

And for ENC28J60 DHCP implementation exist?

Ogogon.

Andrew Lindsay is working on it - http://blog.thiseldo.co.uk

ArduKu:
Andrew Lindsay is working on it - http://blog.thiseldo.co.uk

Thank you. I looked at the library, but the functionality DHCP in it yet absent.
Obviously, now the author has not published this release.

Ogogon.

I know, he's still working on it! I'm sure the blog will be updated when it's in place.

Olly

At 28J60 and Arduino you don't have DNS function too!

I don't know what happends if you want to use as it if you want to access the Arduino from a WAN trough a router (No DHCP mean no GATEWAY to WAN response)

I was using the 18F67J60 and TCPIP workshop fro microchip with great results.

Arduino is great but they have ready-to-use al the Network services and functions.
Best Regards
Frank