Skip to content

christianjann/olinuxino-webcontrol-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLinuXino Webcontrol Minimal

A simple Python webapp to control some LEDs via web.

What you will need

But you can also test this app on your PC if Python, Flask and flask-bootstrap are installed, on Arch Linux you would install them by running:

[root@alarm ~]# pacman -S python2-flask python2-pip
[root@alarm ~]# pip2 install flask-bootstrap

And on Debian:

sudo apt-get install python-flask python-pip
sudo pip install flask-bootstrap

How do I use it?

Just run the app.py file with your python interpreter and the application will greet you on http://localhost:5000/.

Please take a look at my blog post for more information.

I've also written another app for for the Raspberry Pi, have a look here.

Releases

No releases published

Packages

No packages published

Languages