tecno4
2.4M views | +2 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi control a traves de Web Server'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

How to control Raspberry Pi GPIO via http web server 

How to control Raspberry Pi GPIO via http web server  | tecno4 | Scoop.it
You bought your Raspberry Pi, and managed to create a python script to turn on/off an LED via GPIO. Then you are wonder “How can I control the GPIO via a web page”? This is a common questions been asked repeatedly on Raspberry Pi StackExchange and Raspberry Pi user groups. Some would say you need Flask web framework, other would suggest to install LAMP (Linux, Apache, PHP and MySQL), very few aware that you can run a simple HTTP web server using python’s build-in http.server library, without installation of Flask web framework or LAMP stacks.

The complete codes two python examples available at my github.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Control Raspberry Pi GPIO via http web server 

This is a demonstration of controlling Raspberry Pi GPIO via http web server. The python script is available at https://github.com/e-tinkers/simple_h...

No comment yet.