samuelpordeus / utilis-pi

Python Web Server for Raspberry Pi with GPIO integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilis


Web Server for Raspberry Pi with GPIO integration

Featuring


  • Web based GPIO control
  • Pin setup script

Setup and configuration


You can run the setup script to control the pins specifying its number, name and state

python3 setup.py

Or you can simply edit pins.csv using number,name,state format

23,EXAMPLE YELLOW LED,GPIO.LOW
24,EXAMPLE GREEN LED,GPIO.LOW

To run the server by using

sudo python3 main.py

About

Python Web Server for Raspberry Pi with GPIO integration


Languages

Language:Python 67.6%Language:HTML 30.3%Language:CSS 2.1%