S
samiarja
Guest
Hi All,
I recently developed a C# application that transfers data from a remote to a local server using SFTP protocol, and convert the data from .db to .csv file format.
In real world environment, the remote server (which is attached to the vehicle) is transferring data on a continuous rate to the local server once it enter the network zone. That's mean everytime we will have more data with more information.
Now I am planning to visualizing these data in real time and keep track on the data, however due to cybersecurity issue I have to design a custom live dashboard without relying on any third party services. Therefore, the data should be customly build and connected to the local network.
Can anyone suggest how to build a custom live dashboard in C#, if not is it possible on Javascript or python perhaps?
The photo above shows how things should works in real time, I only need some ideas on how to create an application takes these .csv data and display them in a form a table, pie chart, line chart in real time.
Thanks in advance for all advises.
Sami Arja
Continue reading...
I recently developed a C# application that transfers data from a remote to a local server using SFTP protocol, and convert the data from .db to .csv file format.
In real world environment, the remote server (which is attached to the vehicle) is transferring data on a continuous rate to the local server once it enter the network zone. That's mean everytime we will have more data with more information.
Now I am planning to visualizing these data in real time and keep track on the data, however due to cybersecurity issue I have to design a custom live dashboard without relying on any third party services. Therefore, the data should be customly build and connected to the local network.
Can anyone suggest how to build a custom live dashboard in C#, if not is it possible on Javascript or python perhaps?
The photo above shows how things should works in real time, I only need some ideas on how to create an application takes these .csv data and display them in a form a table, pie chart, line chart in real time.
Thanks in advance for all advises.
Sami Arja
Continue reading...