ConnectMe as a DHCP Server?

I don’t see any API functions in the ConnectME to allow it to function as a DHCP server. Has anyone successfully implemented a DHCP Server in the ConnectME? How hard was it? Can you provide links to any helpful documentation?

Hi check this paper

ftp1.digi.com/support/.../adding_dhcp_options_to_netos_7x.pdf

You can find it also in NET+OS documentation
c:
etos74\Documentation\white_papers\

Thanks, kubiajir, but that paper deals with adding features to the DHCP client. Nothing to do with a DHCP server.

You building a gateway? Anyway, look at:

rfc2131.html

I know RFCs are generally poorly written, but that should tell you how to implement a DHCP server.

-Erik