Skip to content

LittleBuster/meteo-zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteo-zone

Meteo-zone weather service.

Raspberry Pi client



Depedencies: ```` apt-get install cmake clang libboost-thread1.55.0 libboost-thread1.55-dev libboost-system1.55.0 libboost-system1.55-dev wiringpi ```` DHT22 library ```` git clone https://github.com/LittleBuster/pi-dht22.git cd pi-dht22 mkdir build && cd build cmake .. && make make install ```` Installation: ```` git clone https://github.com/LittleBuster/meteo-zone.git cd meteo-zone cd pi-client mkdir build && cd build cmake .. && make make install nano /etc/meteo.cfg #add to autorun /usr/share/meteo/mzclient and "chmod +x mzclient" ````

Arduino Nano client


Installation: ```` Install Eclipse IDE Configure https://geektimes.ru/post/255644/ Add files to project ````

Meteo server


Depedencies (CentOS): ```` yum install clang cmake boost-system boost-devel mariadb mariadb-devel ```` Installation: ```` git clone https://github.com/LittleBuster/meteo-zone.git cd meteo-zone cd server mkdir build && cd build cmake .. && make make install nano /etc/meteo-users.cfg #add users id in column nano /etc/meteosrv.cfg #add to autorun /usr/share/meteosrv/mzserver and "chmod +x mzserver" ````
Developed by: Sergey Denisov
Email: DenisovS21@gmail.com

About

Novosibirsk weather informer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages