Web application framework for embedded systems?

Posted by datenwolf on Programmers See other posts from Programmers or by datenwolf
Published on 2013-02-28T19:48:11Z Indexed on 2013/06/25 10:28 UTC
Read the original article Hit count: 364

Filed under:
|
|

I'm currently developing the software for a measurement and control system. In addition to the usual SCPI interface I'd also give it a nice HTTP frontend.

Now I don't want to reinvent the wheel all over again. I already have a simple HTTPD running, but I don't want to implement all the other stuff. So what I'm looking for is a web application toolkit targeted at embedded system development.

In particular this has to run on a ARM Cortex-M4, and I have some 8k of RAM available for this. It must be written in C.

Is there such a thing or do I have to implement this myself?

© Programmers or respective owner

Related posts about frameworks

Related posts about Web