Edited by nopnop2002 at 2016-7-12 02:56
I have developed webioOP (the defective clone of webiopi).
It can control GPIO via web browser.
1.Install flask with this page.
http://mattrichardson.com/Raspberry-Pi-Flask/
2.Install WiringPi-Python-OP Library from here.
https://github.com/lanefu/WiringPi-Python-OP
3.Download webioOP.tar and put it in your OPI.
cd $HOME/flask
tar xvf webioOP.tar
These files is made.
$HOME/flask/webioOP.py
$HOME/flask/templates/webioOP.html
$HOME/flask/templates/webioOP.html.std
$HOME/flask/templates/webioOP.html.btn
$HOME/flask/static/style.css
4.Start Python.
$cd $HOME/flask
$sudo python ./webioOP.py
5.Start browser by a different PC.
and Put it in an address bar.
http://OrangePi'sIP/
The following page shows.
You can change the form design.
cd $HOME/flask/templates/
cp webioOP.html.btn webioOP.html
When editing style.css, you can change it to the favorite design.