This program uses a Raspberry Pi.
First you have to install the WiringPi library on Raspian.
Please se at https://github.com/WiringPi/WiringPi
Then compile by typing following in a terminal emulator :
gcc home-control.c -o home-control -lpthread -lwiringPi
Then run what you just compiled with :
./home-control
Then you should see a prompt like this :
Salut !
>:
Yes, texts and commands are in french ! (Because I'm French)
For more informations about the available commands, try aide
while running the program, or se the "aide.txt" file.
This software is distributed under the GNU General Public License
Mathieu Moneyron
Please contact me at mathieu.moneyron@gmail.com