0

What is a suitable web application platform for an embedded system running a minimal version of Linux on an ARM spec'd at 200-400MHz with around 50-100MB RAM?

I could use simple CGI and some C/C++ code, but the designs I want to do are somewhat involved. Live updating, configuration management, logging, possibly streaming graphs and a small local SQL database.

I have looked into Wt, as I use Qt for many things, and it seems to do everything I want, but I have concerns about the cross compilation process. It seems overly complicated with the boost library requirements as well as CMake and very little all inclusive documentation on the procedure. Is there a decent breakdown out there? The ones I have found are missing sections.

There seem to be plenty of options involving PHP and Java, but I just haven't had much experience with those languages as I don't typically do server side development.

Many of the others I have seen are not geared towards embedded systems, are there some other good options to consider?

4

1 回答 1

1

Wt 性能在此类系统上非常好。Wt wiki 上有一些关于交叉编译 Wt for raspberry pi交叉编译 Wt for Android的信息。确切的过程很大程度上取决于您用于平台的交叉编译工具。

于 2013-12-11T16:06:38.003 回答