Requirements
============
-- GNU make
-- rrdtool
+- arduino-mk
+- make (GNU)
- perl
+- rrdtool
- xsltproc
+- libdatetime-perl
+- libdevice-serialport-perl
+- librrdtool-oo-perl
+- libraries/AirQuality_Sensor/
+- libraries/DustSensor/
+- libraries/Humidity_Temperature_Sensor/
+- libraries/LCD_Display9696/
Build in build-uno/
-------------------
-------------------------------------------------
$ ./collect.pl /dev/ttyUSB0 &
-Generate .png in out/
+Generate .png in view/
---------------------
-$ make out/png
+$ make view/png
-Generate .png in out/ for specific dates
+Generate .png in view/ for specific dates
----------------------------------------
-$ make out/png years=2015 months=11 days="01 02"
+$ make view/png years=2015 months=11 days="01 02"
or by using full file paths:
-$ make out/{humidity,particles,quality,temperature}/2015/11/01.png
+$ make view/{humidity,particles,quality,temperature}/2015/11/01.png
-Generate .html5 in out/
+Generate .html5 in view/
-----------------------
-$ make out/html5
+$ make view/html5
-Generate .html5 in out/ for specific dates
+Generate .html5 in view/ for specific dates
------------------------------------------
-$ make out/html5 years=2015 months=11 days="01 02"
+$ make view/html5 years=2015 months=11 days="01 02"
or by using full file paths:
-$ make out/2015/11.html5
+$ make view/2015/11.html5