Send temperature, humidity and water level from your raspberry pi and DHT22 sensor to Database.
Created and tested for Raspbian OS.
Written on C.
Author Sergey LittleBuster Denisov.
Email DenisovS21@gmail.com.
License GNU GPLv3.
Version: 0.4.

Dependences:
apt-get install libjansson4 libjansson-dev libmysqlclient18 libmysqlclient-dev
bcm2835 driver installation:
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.37.tar.gz
tar zxvf bcm2835-1.xx.tar.gz
cd tar zxvf bcm2835-1.xx
./configure
make
make install
To compile and install DHT driver and project print:
git clone https://github.com/LittleBuster/weather.git
cd weather
make
In folder 'weather' you may find 'weather' ELF file for works.