Skip to content

Experimental project to build a web application using Flask python microframework with a raspberry pi

Notifications You must be signed in to change notification settings

HBevilacqua/Pi-LED-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Led-Web-App

This project drives a LED via a simple web application.

Motivation

I come from the embedded background. I wanted to move up to the application level.

Installation

I use virtualenv, a tool to create isolated Python environments. http://flask.pocoo.org/docs/0.11/installation/

To quickly install the required packages :

$ pip install -r ./Pi-LED-Web-App/requirements.txt

Start instructions

To start the server :

$ python webapp.py

To drive the LED: http://MyPiHostName.local:8000/ MyPiHostName is the host name of your own Raspberry.

About

Experimental project to build a web application using Flask python microframework with a raspberry pi

Resources

Stars

Watchers

Forks

Packages

No packages published