M
Martin Hughes
Hi guys,
I was wondering if anyone could give me some advice.
I am looking to develop an ASP.NET application that will enable several workstations to access real time telemetry data received from a vehicle on a track.
The data flow would be as follows:
|-- Workstation 1
|-- Workstation 2
From Car <--[2 Way Radio Link]--> Server-|-- Workstation 3
|-- Workstation 4
|-- Workstation n
The workstations would be running the same web application which would enable them to set up one or more "views", with graphs, gauges, and other visual components, as well as controls that would enable them to change setting on the vehicle (which would be sent back to the car through the server).
The server would also log everything to a database so that engineers have access to all the parameters at any time after the fact.
Cananyone recommend any components for charts and gauges that would enable this "real time" (and it must be real time) visualisation. I was looking at dundas charts and gauge but the update rate is very slow (I think because they use images to update).
I want to keep this as an ASP.NET application, so theoretically anyone could access the data in real time over the internet, whether they are at the circuit or 6,000 miles away at the team base.
Many thanks for any recommendations!
Martin Hughes
I was wondering if anyone could give me some advice.
I am looking to develop an ASP.NET application that will enable several workstations to access real time telemetry data received from a vehicle on a track.
The data flow would be as follows:
|-- Workstation 1
|-- Workstation 2
From Car <--[2 Way Radio Link]--> Server-|-- Workstation 3
|-- Workstation 4
|-- Workstation n
The workstations would be running the same web application which would enable them to set up one or more "views", with graphs, gauges, and other visual components, as well as controls that would enable them to change setting on the vehicle (which would be sent back to the car through the server).
The server would also log everything to a database so that engineers have access to all the parameters at any time after the fact.
Cananyone recommend any components for charts and gauges that would enable this "real time" (and it must be real time) visualisation. I was looking at dundas charts and gauge but the update rate is very slow (I think because they use images to update).
I want to keep this as an ASP.NET application, so theoretically anyone could access the data in real time over the internet, whether they are at the circuit or 6,000 miles away at the team base.
Many thanks for any recommendations!
Martin Hughes