On Wed, Mar 24, 2010 at 10:15 AM, Suresh Kumar Subramanian <[email protected]> wrote: > > Hi, > > For my embedded project, I require the secure http based web interface(HTTPS) > for configuring the product. > > In this context, > What are all the software required to perform the above? What web > development language should I use for the above mentioned activities ? (HTML > with Javascript or PHP). > As the target is embedded hardware, I prefer the lightweight language (in > terms of memory occupation, cpu utilization).
Try mini-httpds, lighthttpd, boa, goahead, nginx as webservers. PHP or any other server side scripting language will be bulky. I'd suggest HTML with client side JS. Check Lua for server side scripting. m0n0wall has a nice web interface. It will be worthwhile checking it out and adapting it. -- Mohan Sundaram _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
