Mark Rogers wrote:
[The app will need to pull CSV-based log files from an embedded web server on a device and manipulate them, minimally generating a min/max/average report over specified time periods and ideally having the capability to show information graphically. It will be "served" by the embedded web server, but that webserver is not capable of doing anything helpfule server-side.]


Depending upon how fancy the graphics need to be, you may be able to do what you want in JavaScript without any plugins at all.

I've done something similar to display the results of a manufacturing simulation. The simulation generates a data fileformatted as a JavaScript object (Google for "JSON" for more info). The web page pulls in the data and a script displays dynamic bar graphs. I've tested this OK in Firefox (Windows and Linux), Mozilla and IE6.

HTH

Tony Cowderoy

_______________________________________________
Peterboro mailing list
[email protected]
http://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to