Asset tracking in "real-time" - how best to display in browser?

Posted by mawg on Stack Overflow See other posts from Stack Overflow or by mawg
Published on 2010-06-05T08:31:01Z Indexed on 2010/06/05 8:42 UTC
Read the original article Hit count: 262

I am developing an asset tracking system, standard LAMP, and now am wondering how best to present the data to the user in the browser.

I expect to track and most a few thousand items, and to refresh them every second or so. I want to draw a floorplan or map of the area and represent the assets the assets symbolically on that (with different symbols for different classes of assets).

Additionally, the user should be able to click on an asset to interact with it, and search for a particular asset and centre the screen on it, draw a circle round it, etc

http://graphite.wikidot.com/ Looks good - is there any alternative?

At its simplest, I suppose I could just generate a JPEG and display it, using CSS to let me know if/where a user clicks ...

but what's the "best" way to do it?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-applications