1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Umweltdatenmessung/Webinterface/gnuplot.php
2014-01-19 18:26:23 +01:00

5 lines
220 B
PHP

<?php
exec("sed 's/,/ /g' /home/pi/Temperaturmessung/dygraph.csv >/var/www/gnuplot/daten_gnuplot.txt");
exec("gnuplot /home/pi/Temperaturmessung/Einstellungen.plt");
header("Location: http://10.0.0.22/gnuplot.html");
?>