shell scripts for reading data from the bsb-lan adapter on arduino and to plot data.
'getDataHeizung.sh' bash script to read data from bsb-lan-adpater on arduino board. Data will be read to ASCII-file 'heizung.dat'.
'parameter.txt' ASCII-file with list of parameters to be read by bash script 'getDataHeizung.sh'
'plotdata.sh' bash script to plot data from ASCII-file 'heizung.dat'.
'plot.gpl' plot script generated by 'plotdata.sh' in order to plot data from ASCII-file 'heizung.dat' via gnuplot.
'dat.tmp' data file of plot generated by 'plotdata.sh' from ASCII- file 'heizung.dat'.
For help see:
getDataHeizung.sh -h plotdata.sh -h
20210216-1.0, K.H.Mantel, mantel@lmu.de
'getDataHeizung.sh': Now the JSON-format is used for readout, new data format for improved plots.
'parameter.txt' now supports comments and empty lines.
'heizung.dat': format of the data has changed in order to support simultaneous plots of different parameters.
'plotdata.sh' now supports time constraints for plots, improved help menue.
20210312-1.1 K.H. Mantel, mantel@lmu.de