Bien commencé le projet météo pour la prévision de la pluie avec un NoceMCU et des LED's RGB

This commit is contained in:
Christian Zufferey
2019-03-04 09:33:40 +01:00
parent 162ae7bc45
commit 1d75dfa3d6
17 changed files with 305 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

9
Meteo/simulation/web_server.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
#Petit serveur WEB hyper simple
#zf190302.1640
#pour python 2.x
python -m SimpleHTTPServer 8080
#pour python 3.3
#python3 -m http.server 8080