This program is just a template for sending Email based on Event
so this application is tracking the Battery of pc when it decrease under 50 it just send an Email with json file contains some info :
-
Battery
-
Temperture
-
the most process consume the memory
-
the uptime
the mechanism of sending Email is done through IFTTT
- The current code was built using gcc version 7.5.0
- need to make account on IFTTT and if this(webhook) then that(gmail)
so after that
-you will need to open main.cpp and modify these lines with your specs
>> mkdir build
>> cd build
>> cmake ../
>> make