Hi All,
I have a Gumstix (runs linux) that im using for a project and would like to be able to configure the ethernet / wifi configuration through a web page running on the built in web server.
Think of how routers and the such work - you can log into a default web address and configure everything from there - thats what I want to be able to do.
Does anybody know of a good way to do this? Is it a matter of having a templated configuration file somewhere, then i just override the existing network config file with the templated one (using provided user information, e.g. wifi key etc). This doest seem like the cleanest / most correct way of doing things...or is there some libraries etc that I can use to achieve this?
Thanks!