Click here to Skip to main content
15,896,456 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop Web UI for ADSL router like device. This Web App will host in a device and when connected the UI will be popped up. Device will have its own config file and will have "lighttpd" as a web server.

What I want is to read/write these files (config files / text file) and also based on some parameters I want to plot a graph (may be line graph) which could show in different colors. Also there are some functionality based on some events (button click) I need to populate parameters from file in specified time (say 2 or 5 secs).

I need to decide which technology stack will be suitable for developing this Web UI. As far as my understanding lighttpd is cross-platform so we can use PHP or FastCGI for file operations and HTML to show / render UI elements.

Also this app shd run in landscape mode on IE, chrome and Firefox browsers with screen resolution of current desktops and laptops.

Pls suggest me suitable technology stack to develop such web apps and what needs to be done for screen resolution.
Posted

1 solution

you have two way 1-use xml read file and plot it with free plotter

2-use jquery and php for read onilne data and plot it with excel or flash plotter
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900