Skip to content

Instantly share code, notes, and snippets.

@a2chub
Created October 5, 2015 04:48
Show Gist options
  • Save a2chub/d503dbeb387182c435c7 to your computer and use it in GitHub Desktop.
Save a2chub/d503dbeb387182c435c7 to your computer and use it in GitHub Desktop.
CoderにWebiopi インストールバッチ ref: http://qiita.com/atusi/items/86ae3ec335dff2243342
wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz/download
tar xvzf download
cd WebIOPi-0.7.1/python/native
mv cpuinfo.c cpuinfo.c.original
mv gpio.c gpio.c.original
wget http://denshikousaku.net/wp-content/uploads/2015/02/cpuinfo.c
wget http://denshikousaku.net/wp-content/uploads/2015/02/gpio.c
cd ../..
sudo ./setup.sh
sudo /etc/init.d/webiopi start
sudo update-rc.d webiopi defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment