ADEMS - Absolute Distributed Environment Monitoring System
-
All the sensors connected through the Arduino board are sensing the data and sending to the server database.
-
Then the maps are plotted by fetching the data from the database.
NOTE: ALL THE DATA WE HAVE USED ARE DUMMY DATA.
-
ademshv2.ino contains the code for sensing and sending the data to the server.
-
locationmap.php contains the code for fetch the data from the database and plot a Location Map using Google Maps.
-
connect.php contains the code for fetching the data from the database and encode to json format.
-
heatmap.php contains the code for plotting a Heat Map(in terms of Pollution values) using Google Maps.