First, I'm completely new to using python, but willing to learn. I have very little programming skills, but again, I'm willing to learn.
Second, I have a script (given to me) that receives data from a remote sensor. The data posts to a running python script, each data entry occupying one line.
I need to get the data out to log it, graph it, and ultimately overlay it onto an image. Is there a way to do this in real time?
I'm aware of the ability to save the data as a text file, then import it into Microsoft Excel, but this will not work in real time. My end goal is to see the data on a web site at any time.
Any suggestions?
Second, I have a script (given to me) that receives data from a remote sensor. The data posts to a running python script, each data entry occupying one line.
I need to get the data out to log it, graph it, and ultimately overlay it onto an image. Is there a way to do this in real time?
I'm aware of the ability to save the data as a text file, then import it into Microsoft Excel, but this will not work in real time. My end goal is to see the data on a web site at any time.
Any suggestions?
Comment