views:

86

answers:

3

I need to write an user menu for an embedded device (mips linux). The menu has to be accessible from network (web page - AJAX?) and it has to be able to read/write hardware settings. What would be the easiest way to implement such an app/server? Where do I start?

PS: c/c++ preferred. PS 2: I have limited resources

+2  A: 

Take a look at mongoose embeddable web server.

See this related page on writing web applications.

Doug Currie
It was shttpd the last time I used it. Worked great on a Win CE project. Glad it see it has found a new home and name. And now it has language bindings -- sweet!
Bob Nadler
A: 

If you are running linux you could try thttpd - tiny/turbo/throttling HTTP server

simon
A: 

You may also consider a commercial server such as the Barracuda Server: http://barracudaserver.com/

Mark Drexler