embedded web/application server
Posted
by l.thee.a
on Stack Overflow
See other posts from Stack Overflow
or by l.thee.a
Published on 2010-05-04T02:36:51Z
Indexed on
2010/05/04
2:48 UTC
Read the original article
Hit count: 293
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
© Stack Overflow or respective owner