Weather change detector
Table of Contents
this program job is to extract some relevant information from the data received in real-time on standard input (each float representing a temperature), in order to detect weather aberrations (droughts, severe colds, hurricanes or any other extreme climatic condition whatsoever) as soon as possible.
Make
- Clone the repo
git clone [email protected]:DamienMERCIER/Groundhog.git
- Compile
make
- test it !
./groundhog 7
For more examples, please refer to the Documentation