Is there a DNS / DHCP Server for the RCM4200 under dynamic C?

My project requires giving each device on the network (ethernet) a unique name as opposed to using the IP address, as such I’d like to have one of the rabbit devices be the DHCP/DNS master server.

Dynamic C 10 includes DHCP server code, as demonstrated in Samples/tcpip/dhcpd_demo.c.

But it does not have a DNS server implementation. If that’s a requirement for your project, an embedded Linux platform like Digi’s ConnectCore 6UL (https://www.digi.com/products/embedded-systems/system-on-modules/connectcore-for-i-mx6ul) might be a better choice.