I did a realtime application that plot data from a remote computer using python, paramiko and matplotlib, however I have to write it as an standalone application to be used in standard Windows.
I'm trying to replicate it with Matlab (but maybe is not the best) because I don't know how to connect via ssh to read in real time the .txt file to read and plot thermal data.
Any advise, or recommendation?
Thanks!