I've been working on a telemetry project for a while now, and now I'd like to write some software that will allow the user to visualize the collected data. It's nothing fancy really, it's just the report over time of three different sensors. And I'd like to visualize said reports on a simple line chart graphic.
I have my computer set up as an FTP server where said reports are stored, and while the data is easily accessible through the internet, I would like to avoid the need to copy or upload the data to the computer that will be used to visualize it. The obvious solution would be to make some sort of webpage that would in my computer and that would interact with the user to generate and visualize said charts.
The thing is, I'm quite skilled at writing computer code (.NET is my specialty), but I have never worked or set up a web page of any kind.
Any suggestions as how to approach this project?
@MrSoftware , @Ya’akov
I have my computer set up as an FTP server where said reports are stored, and while the data is easily accessible through the internet, I would like to avoid the need to copy or upload the data to the computer that will be used to visualize it. The obvious solution would be to make some sort of webpage that would in my computer and that would interact with the user to generate and visualize said charts.
The thing is, I'm quite skilled at writing computer code (.NET is my specialty), but I have never worked or set up a web page of any kind.
Any suggestions as how to approach this project?
@MrSoftware , @Ya’akov




