I'm setting up my pi as a prototype controller for an embedded system (the details of which are irrelevant). I want the interface for the controls of the system to be very simple and intuitive to use so I'm going with a design that allows the user to plug an ethernet cable into the pi and their machine and access a web interface. Its nice and handy to set up a server but for the user to connect they need to statically set their ip and then enter the ip of the pi to access the interface. Heres the difficulty I'm having.
I want the system to be idiot proof. I'd like a system where the pi is set up as a dhcp server and a dns server so the user has no configurations and can simply type "pi.controls" for example into their browser. Theres examples of these parts online but they're all either too complex for what I need or above my head.
Is there any projects out there that already accomplish this?
Thanks in advance