WebIOPi-0.7.1 Patch for Raspberry B+, Pi2, Pi3, and Pi4

December 3, 2019 · View on GitHub

You have full access to all header pins (40 pins) on the Web interface.

Usage


wgethttp://sourceforge.net/projects/webiopi/files/WebIOPi0.7.1.tar.gzwget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz tar xvzf WebIOPi-0.7.1.tar.gz
cdWebIOPi0.7.1cd WebIOPi-0.7.1 wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi-pi2bplus.patch
patchp1iwebiopipi2bplus.patchpatch -p1 -i webiopi-pi2bplus.patch sudo ./setup.sh

How to Start WebIOPi

Follow the steps below if Raspbian is installed by NOOBS later than 1.4.2.

cd/etc/systemd/system/cd /etc/systemd/system/ sudo wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi.service
sudosystemctlstartwebiopisudo systemctl start webiopi sudo systemctl enable webiopi