raspi gpio web server
1.0.0
Le script Python CGI pour contrôler la LED.
Voici la documentation générée par MKDOCS à partir des docstrings dans le code.

$ git clone https://github.com/KeitetsuWorks/raspi-gpio-web-server.git gpio-web-server
$ cd ./gpio-web-server/
$ pyenv virtualenv 3.7.7 py37-gpio # Optional
$ pyenv local py37-gpio # Optional
$ pip install -r requirements.txt Exécutez le script Python
$ python gpio-web-server.pyAccéder au serveur avec un navigateur Web
http://your_raspi_ip_address:5000/Appuyez sur Ctrl + C sur le terminal pour quitter