LoginSignup
2
2

More than 5 years have passed since last update.

CoderにWebiopi インストールバッチ

Last updated at Posted at 2015-10-05
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

起動したらまずコレ叩く。

アクセス

Basic認証
ユーザ名 : webiopi
パスワード : raspberry

スクリーンショット 2015-10-05 13.47.46.png

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2