Ethernet Shield as DHCP server for UDP communication

Hello

I am looking for some code to make the ethernet shield (W5100) a DHCP server. My aim is to connect a UDP device directly to the ethernet shield which gives the UDP device a IP.

I found the DHCPLite (GitHub - pkulchenko/DHCPLite: DHCP/DNS server for Arduino) but it will no work in my Arduino 1.0 environment.

Has anybody an idea, where I can find something to make the ethernet shield a DHCP server.

Thank you in advance.
Felix

FelixGroup:
it will no work in my Arduino 1.0 environment.

In what way does it not work?

The github page you linked to references several other Arduino DHCP server implementations. Have you tried any of them?