amalpavithran / GPIONATOR

A simple web UI for interfacing with pi face on the raspberry pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPIONATOR

A simple web UI for interfacing with pi face on the raspberry pi

Setup

Prerequisites

install apache

sudo apt-get update
sudo apt-get install apache2

Test whether it works by visiting http://localhost/ on pi or entering the ip address of the pi on another device

Adding files

Replace the files in the directory /var/www/ with files in from the repository.
Place the files in cgi-bin folder to /usr/lib/cgi-bin

Known Issues

No code implemented to query current pin states

About

A simple web UI for interfacing with pi face on the raspberry pi


Languages

Language:Shell 49.1%Language:CSS 22.2%Language:HTML 20.2%Language:JavaScript 8.6%