GDOPi install procedure:
Open a terminal from Raspbian (Start – Accessories – Terminal) and input following commands:
wget http://gdopi.com/install/gdo_pi.sh
chmod +x gdo_pi.sh
./gdo_pi.sh
After configuring GDOPi you can launch it as a process in the background with ./gstart.sh (make sure you are in /home/pi/gdopi folder)
To make GDOPi run every time your Pi boots:
sudo nano /etc/rc.local
add this line before exit 0: /home/pi/gdopi/gstart.sh
press CTRL+O and then ENTER to save
To modify what GDOPi launches when it receives a command, edit gdopi.ini and add these lines:
[General]
exec_cmd1=your script.sh or python file
exec_cmd2=your script.sh or python file
exec_cmd3=your script.sh or python file
exec_cmd4=your script.sh or python file
I am currently working on the Android and iOS clients for GDO PI. Currently you can download the Android application from here – https://gdopi.com/downloads/gdopi.apk .
There is also an Android Wear version available (for your Android watch). You can grab de APK from here – https://www.gdopi.com/downloads/gdopi_wear.apk and install it on your watch using this guide. Hopefully soon the apps will be available directly in Google Play store but in the mean time you can just grab the APKs from here.
Apps for iOS, Windows, Linux and MacOS are on the pipeline.

3 Replies to “Download & install”