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:
1
Meteo/simulation/meteo.lausanne.190302.1231.json
Normal file
1
Meteo/simulation/meteo.lausanne.190302.1231.json
Normal file
File diff suppressed because one or more lines are too long
1
Meteo/simulation/meteo.lausanne.190304.0930.json
Normal file
1
Meteo/simulation/meteo.lausanne.190304.0930.json
Normal file
File diff suppressed because one or more lines are too long
1
Meteo/simulation/meteo.st-luc.190304.0930.json
Normal file
1
Meteo/simulation/meteo.st-luc.190304.0930.json
Normal file
File diff suppressed because one or more lines are too long
9
Meteo/simulation/web_server.sh
Executable file
9
Meteo/simulation/web_server.sh
Executable 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
|
||||
Reference in New Issue
Block a user