PHP script to control Raspberry PI GPIO pins from the web. Raspberry Pi Web GPIO should work from any modern mobile or desktop browser, but this hasn't been tested.
See http://linwiz.github.io/Raspberry-Pi-Web-GPIO page for screenshots.
Copy all files into your web directory.
Create MySQL database gpio
.
Create user for MySQL database gpio
.
Make sure the file has execute permissions.
chmod +x setup.py
Run the script, It detects the Raspberry Pi's board revision, imports the tables into the database, installs the gpioserver into /etc/init.d and makes changes to db.php
./setup.py
Start gpioserver
sudo service gpioserver start
Load the script in your browser/mobile device.
admin
rpi
(https://github.com/DomBlack/php-scrypt).
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.