Web application framework for embedded systems?
- by datenwolf
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?