13 Upload on /dev/ttyUSB0 (to be adapted)
14 --------------------------------------
15 $ make DEVICE_PATH=/dev/ttyUSB0 upload
17 Collect in rrd/ from /dev/ttyUSB0 (to be adapted)
18 -------------------------------------------------
19 $ ./collect.pl /dev/ttyUSB0 &
25 Generate .png in out/ for specific dates
26 ----------------------------------------
27 $ make out/png years=2015 months=11 days="01 02"
29 or by using full file paths:
31 $ make out/{humidity,particles,quality,temperature}/2015/11/01.png
33 Generate .html5 in out/
34 -----------------------
37 Generate .html5 in out/ for specific dates
38 ------------------------------------------
39 $ make out/html5 years=2015 months=11 days="01 02"
41 or by using full file paths:
43 $ make out/2015/11.html5