Requirements ============ - GNU make - rrdtool - perl - xsltproc Build in build-uno/ ------------------- $ make ino Upload on /dev/ttyUSB0 (to be adapted) -------------------------------------- $ make DEVICE_PATH=/dev/ttyUSB0 upload Collect in rrd/ from /dev/ttyUSB0 (to be adapted) ------------------------------------------------- $ ./collect.pl /dev/ttyUSB0 & Generate .png in out/ --------------------- $ make out/png Generate .png in out/ for specific dates ---------------------------------------- $ make out/png years=2015 months=11 days="01 02" or by using full file paths: $ make out/{humidity,particles,quality,temperature}/2015/11/01.png Generate .html5 in out/ ----------------------- $ make out/html5 Generate .html5 in out/ for specific dates ------------------------------------------ $ make out/html5 years=2015 months=11 days="01 02" or by using full file paths: $ make out/2015/11.html5