I have a SBC (Small Board Computer) (to be precise it is TS-7500 running Debian linux 2.6.24) and a couple of C programs running inside it. Now I have to provide a web interface to this board, in order to, let's say change some parameters etc (so that SBC serves as a blackbox). I guess this is what every router does - provide a couple of configuration parameters to user !
Now do suggest what is an easy way to achieve this, provided,
- I just have a handful of parameters to be configured (less than 10)
- Each parameter could be modeled as a drop-down menu to avoid input errors
- RAM on SBC is quite limited - so anything simpler is preferred.
I have come across a couple of topics, which suggest using Servlets, JSP, CGI etc to achieve the same. Please suggest a better and simpler option (assuming I'm not familiar with any of these concepts). Any links for same is also appreciated.
Thanks in advance !